diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-07 23:11:35 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-07 23:11:35 +0300 |
commit | 51cceac7a8dbfe8b449bcb387c750d9960d840af (patch) | |
tree | fca65ff043efbc49934fa30292b563bddbe9fecb | |
parent | f421450139b0e6e1975883b31e2c9a828e000d04 (diff) |
Add exclude parameter to template config
-rw-r--r-- | .template.config/template.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.template.config/template.json b/.template.config/template.json index 074679b..0253817 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -8,5 +8,14 @@ "tags": { "language": "C#", "type": "project" - } + }, + "sources": [ + { + "modifiers": [ + { + "exclude": [ ".git/**", ".gitignore", "README.md" ] + } + ] + } + ] }
\ No newline at end of file |