Added godot cache to excluded folders

This commit is contained in:
Eduard Urbach 2024-01-29 11:27:26 +01:00
parent b4503eff21
commit 19d81aed63
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -12,5 +12,10 @@
"name": "stresstest",
"path": "stresstest"
}
]
],
"settings": {
"files.exclude": {
".godot": true
}
}
}