mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 12:44:20 +00:00
🔨 Hide Krita files from VSC
This commit is contained in:
parent
f873952360
commit
6b792ca9d1
1 changed files with 1 additions and 0 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -5,6 +5,7 @@
|
||||||
"**/*.tscn": true,
|
"**/*.tscn": true,
|
||||||
"**/*.tres": true,
|
"**/*.tres": true,
|
||||||
"**/*.godot": true,
|
"**/*.godot": true,
|
||||||
|
"**/*.kra": true,
|
||||||
},
|
},
|
||||||
"editor.insertSpaces": false,
|
"editor.insertSpaces": false,
|
||||||
"editor.renderWhitespace": "all"
|
"editor.renderWhitespace": "all"
|
||||||
|
|
Loading…
Reference in a new issue