files.gitignore.enable
type
boolean
example
{
files.gitignore.enable = true;
}
default
{
files.gitignore.enable = false;
}
files.gitignore.pattern
type
attribute set of boolean
example
{
files.gitignore.pattern = {
"ignore-this-file.txt" = true;
};
}
default
{
files.gitignore.pattern = { };
}
files.gitignore.template
type
attribute set of boolean
example
{
files.gitignore.template = {
Android = true;
"community/AWS/SAM" = true;
};
}
default
{
files.gitignore.template = { };
}