@baeta/plugin-gitignore
Interfaces
GitignoreOptions
Configuration options for the gitignore plugin.
Properties
Property | Type | Description |
---|---|---|
|
|
Array of file tags to exclude from .gitignore. File tags are identifiers assigned to generated files to categorize them by their plugin or purpose. |
Functions
gitignorePlugin()
gitignorePlugin(
options
?):GeneratorPluginV1
<unknown
>
A plugin that adds .gitignore entries for generated files.
Parameters
Parameter | Type | Description |
---|---|---|
|
Plugin configuration options |
Returns
GeneratorPluginV1
<unknown
>
A Baeta generator plugin