1
Fork 0
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:
Steffo 2022-04-03 21:19:31 +02:00
parent 355b27f1f4
commit aaa8e7de76
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -6,6 +6,7 @@
"**/*.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"