diff --git a/vscode.code-workspace b/vscode.code-workspace index b9fcf60..18db2f1 100644 --- a/vscode.code-workspace +++ b/vscode.code-workspace @@ -16,5 +16,21 @@ "name": "Darwin Scripts", "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 + } + } } \ No newline at end of file