1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 23:54:23 +00:00
hella-farm/.vscode/settings.json

17 lines
No EOL
304 B
JSON

{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/*.tscn": true,
"**/*.godot": true,
"**/*.import": true,
".vscode": true,
".build": true,
".editorconfig": true,
"behaviours/*.svg": true,
}
}