From 2f8cc8f62420317bf4f324d45bf2aab1867f3f8b Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 8 Apr 2023 16:38:42 +0200 Subject: [PATCH] exclude bin and obj folders --- .template.config/template.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/**" ] } ]