git: allow for creating inclusive gitignore files

This commit is contained in:
Oliver Davies 2024-02-04 23:43:42 +00:00
parent e3362270f4
commit 30942b2d95
2 changed files with 18 additions and 1 deletions

View file

@ -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'),
]),