2021-07-30 21:47:38 -05:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"name": "Source",
|
|
|
|
"path": "."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Windows Scripts",
|
|
|
|
"path": "win32"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Linux Scripts",
|
|
|
|
"path": "linux"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Darwin Scripts",
|
|
|
|
"path": "darwin"
|
|
|
|
}
|
2021-07-30 22:15:41 -05:00
|
|
|
],
|
|
|
|
"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
|
|
|
|
}
|
|
|
|
}
|
2021-07-30 21:47:38 -05:00
|
|
|
}
|