Skip to content

Commit

Permalink
chore: exclude .godot
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Feb 28, 2024
1 parent fc4597c commit bf3518e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,14 @@
"gdlintrc": "yaml"
},
"cSpell.words": ["elif", "onready", "spawnables", "teleporter", "tscn"],
"cSpell.enableFiletypes": ["gdscript"]
"cSpell.enableFiletypes": ["gdscript"],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.godot": true
}
}

0 comments on commit bf3518e

Please sign in to comment.