mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 08:04:23 +00:00
24 lines
No EOL
451 B
JSON
24 lines
No EOL
451 B
JSON
{
|
|
"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,
|
|
".vscode": true,
|
|
".build": true,
|
|
".editorconfig": true,
|
|
"behaviours/*.svg": true,
|
|
}
|
|
} |