From 2ad3d6b564f6869b4da9edd25926e60e381054e0 Mon Sep 17 00:00:00 2001 From: Timothy Miller Date: Wed, 26 Aug 2020 16:33:49 -0400 Subject: [PATCH] Updated hidden project file default settings --- .vscode/settings.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 41521cd..691eb75 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,22 +1,19 @@ { "files.exclude": { - "**/.git": true, - "**/.svn": true, - "**/.hg": true, - "**/CVS": true, - "**/.DS_Store": true, ".github": true, + ".gitignore": true, ".vscode": true, + "**/.DS_Store": true, + "**/.git": true, + "**/.hg": true, + "**/.svn": true, + "**/CVS": true, + "Dockerfile": true, "LICENSE": true, "requirements.txt": true, - "build-docker-image.sh": true, - ".gitignore": true, - "Dockerfile": true, - "start-sync.sh": true, "venv": true }, "explorerExclude.backup": null, "python.linting.pylintEnabled": true, - "python.linting.enabled": true, - "python.pythonPath": "venv/bin/python" + "python.linting.enabled": true } \ No newline at end of file