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
1 changed files with 3 additions and 1 deletions

View File

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