1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-25 01:04:18 +00:00

Hide resources and scenes from vsc

This commit is contained in:
Steffo 2023-01-07 11:29:45 +01:00
parent 5190056988
commit 279315e261
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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": {