mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 19:35:33 +01:00
git: allow for creating inclusive gitignore files
This commit is contained in:
parent
e3362270f4
commit
30942b2d95
2 changed files with 18 additions and 1 deletions
|
@ -116,6 +116,10 @@ final class ConfigDto
|
|||
new Assert\Type('bool'),
|
||||
]),
|
||||
|
||||
'createInclusiveGitIgnoreFile' => new Assert\Optional([
|
||||
new Assert\Type('bool'),
|
||||
]),
|
||||
|
||||
'createTmuxStartupFile' => new Assert\Optional([
|
||||
new Assert\Type('bool'),
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue