aboutsummaryrefslogtreecommitdiff
path: root/.template.config/template.json
diff options
context:
space:
mode:
Diffstat (limited to '.template.config/template.json')
-rw-r--r--.template.config/template.json11
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