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
2024-04-13 03:08:16 +02:00

16 lines
No EOL
276 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,
}
}