Add exclude parameter to template config
This commit is contained in:
parent
f421450139
commit
51cceac7a8
@ -8,5 +8,14 @@
|
||||
"tags": {
|
||||
"language": "C#",
|
||||
"type": "project"
|
||||
}
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"modifiers": [
|
||||
{
|
||||
"exclude": [ ".git/**", ".gitignore", "README.md" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user