1
Fork 0
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:
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": {
".godot": true,
"**/*.godot": true,
"**/*.tres": true,
"**/*.tscn": true,
"**/*.import": true,
},
"files.associations": {