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

17 lines
304 B
JSON
Raw Normal View History

2024-04-13 01:08:16 +00:00
{
"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,
2024-04-13 01:08:16 +00:00
}
}