exclude bin and obj folders

This commit is contained in:
Laura Hausmann 2023-04-08 16:38:42 +02:00
parent 57945aa30e
commit 2f8cc8f624
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -30,7 +30,9 @@
{ {
"exclude": [ "exclude": [
".idea/**", ".idea/**",
".git/**" ".git/**",
"bin/**",
"obj/**"
] ]
} }
] ]