mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 23:34:21 +00:00
Associate .gdignore
with "ignore"
file type
This commit is contained in:
parent
d0327368d7
commit
d0ca3683d8
1 changed files with 4 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -2,7 +2,10 @@
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
".godot": true,
|
".godot": true,
|
||||||
"**/*.godot": true,
|
"**/*.godot": true,
|
||||||
"**/*.import": true
|
"**/*.import": true,
|
||||||
|
},
|
||||||
|
"files.associations": {
|
||||||
|
"*.gdignore": "ignore",
|
||||||
},
|
},
|
||||||
"editor.insertSpaces": false,
|
"editor.insertSpaces": false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue