mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 23:34:21 +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": {
|
||||
".godot": true,
|
||||
"**/*.godot": true,
|
||||
"**/*.tres": true,
|
||||
"**/*.tscn": true,
|
||||
"**/*.import": true,
|
||||
},
|
||||
"files.associations": {
|
||||
|
|
Loading…
Reference in a new issue