mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-25 17:24:19 +00:00
Hide resources and scenes from vsc
This commit is contained in:
parent
5190056988
commit
279315e261
1 changed files with 2 additions and 0 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -2,6 +2,8 @@
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
".godot": true,
|
".godot": true,
|
||||||
"**/*.godot": true,
|
"**/*.godot": true,
|
||||||
|
"**/*.tres": true,
|
||||||
|
"**/*.tscn": true,
|
||||||
"**/*.import": true,
|
"**/*.import": true,
|
||||||
},
|
},
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
|
|
Loading…
Reference in a new issue