general: more vsc stuff
added some file exclusions so the workspace looks a bit cleaner
This commit is contained in:
parent
e7e4c9d493
commit
6783130331
1 changed files with 17 additions and 1 deletions
|
@ -16,5 +16,21 @@
|
||||||
"name": "Darwin Scripts",
|
"name": "Darwin Scripts",
|
||||||
"path": "darwin"
|
"path": "darwin"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"settings": {
|
||||||
|
"files.exclude": {
|
||||||
|
"**/__pycache__": true,
|
||||||
|
"**/.idea": true,
|
||||||
|
"**/.pyc,**/*.pyo,**/*.pyd": true,
|
||||||
|
"**/*_buildings.json": true,
|
||||||
|
"**/darwin": true,
|
||||||
|
"**/errorCode": true,
|
||||||
|
"**/linux": true,
|
||||||
|
"**/news": true,
|
||||||
|
"**/resources": true,
|
||||||
|
"**/sign": true,
|
||||||
|
"**/whitelist": true,
|
||||||
|
"**/win32": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue