From 678313033174ea7d08e5c2823bd7b473701ff547 Mon Sep 17 00:00:00 2001 From: TheFamiliarScoot <19767826+TheFamiliarScoot@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:15:41 -0400 Subject: [PATCH] general: more vsc stuff added some file exclusions so the workspace looks a bit cleaner --- vscode.code-workspace | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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