diff --git a/.template.config/template.json b/.template.config/template.json index 1b7ffc4..ab3943b 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -30,7 +30,9 @@ { "exclude": [ ".idea/**", - ".git/**" + ".git/**", + "bin/**", + "obj/**" ] } ]