1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-21 20:24:20 +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,7 +6,8 @@
"**/*.tres": true,
"**/*.godot": true,
"**/*.kra": true,
"**/*.mp3": true,
},
"editor.insertSpaces": false,
"editor.renderWhitespace": "all"
}
}