mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-25 06:04:19 +00:00
🔨 Hide .mp3 from VSC
This commit is contained in:
parent
355b27f1f4
commit
aaa8e7de76
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -6,7 +6,8 @@
|
||||||
"**/*.tres": true,
|
"**/*.tres": true,
|
||||||
"**/*.godot": true,
|
"**/*.godot": true,
|
||||||
"**/*.kra": true,
|
"**/*.kra": true,
|
||||||
|
"**/*.mp3": true,
|
||||||
},
|
},
|
||||||
"editor.insertSpaces": false,
|
"editor.insertSpaces": false,
|
||||||
"editor.renderWhitespace": "all"
|
"editor.renderWhitespace": "all"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue