1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-10-16 06:17:35 +00:00

Exclude more file types from the VSCode file browser

This commit is contained in:
Steffo 2024-04-28 17:05:10 +02:00
parent c606f6b95f
commit ae83cc0681
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -9,6 +9,13 @@
"**/*.tscn": true,
"**/*.godot": true,
"**/*.import": true,
"**/*.png": true,
"**/*.ogg": true,
"**/*.wav": true,
"**/*.mp3": true,
"**/*.flac": true,
"**/*.tres": true,
"**/*.material": true,
".vscode": true,
".build": true,
".editorconfig": true,