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

24 lines
451 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,
"**/*.png": true,
"**/*.ogg": true,
"**/*.wav": true,
"**/*.mp3": true,
"**/*.flac": true,
"**/*.tres": true,
"**/*.material": true,
2024-04-13 01:08:16 +00:00
".vscode": true,
".build": true,
".editorconfig": true,
"behaviours/*.svg": true,
2024-04-13 01:08:16 +00:00
}
}