1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-21 20:24:20 +00:00

🔨 Hide Krita files from VSC

This commit is contained in:
Steffo 2022-04-03 04:17:27 +02:00
parent f873952360
commit 6b792ca9d1
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -5,6 +5,7 @@
"**/*.tscn": true,
"**/*.tres": true,
"**/*.godot": true,
"**/*.kra": true,
},
"editor.insertSpaces": false,
"editor.renderWhitespace": "all"