1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-10-16 22:37:30 +00:00

Associate .gdignore with "ignore" file type

This commit is contained in:
Steffo 2023-01-06 21:52:51 +01:00
parent d0327368d7
commit d0ca3683d8
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -2,7 +2,10 @@
"files.exclude": {
".godot": true,
"**/*.godot": true,
"**/*.import": true
"**/*.import": true,
},
"files.associations": {
"*.gdignore": "ignore",
},
"editor.insertSpaces": false,
}