mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +00:00
Exclude more file types from the VSCode file browser
This commit is contained in:
parent
c606f6b95f
commit
ae83cc0681
1 changed files with 7 additions and 0 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -9,6 +9,13 @@
|
||||||
"**/*.tscn": true,
|
"**/*.tscn": true,
|
||||||
"**/*.godot": true,
|
"**/*.godot": true,
|
||||||
"**/*.import": true,
|
"**/*.import": true,
|
||||||
|
"**/*.png": true,
|
||||||
|
"**/*.ogg": true,
|
||||||
|
"**/*.wav": true,
|
||||||
|
"**/*.mp3": true,
|
||||||
|
"**/*.flac": true,
|
||||||
|
"**/*.tres": true,
|
||||||
|
"**/*.material": true,
|
||||||
".vscode": true,
|
".vscode": true,
|
||||||
".build": true,
|
".build": true,
|
||||||
".editorconfig": true,
|
".editorconfig": true,
|
||||||
|
|
Loading…
Reference in a new issue