Updated hidden project file default settings

This commit is contained in:
Timothy Miller 2020-08-26 16:33:49 -04:00
parent d6d3cb54d2
commit 2ad3d6b564

19
.vscode/settings.json vendored
View File

@ -1,22 +1,19 @@
{ {
"files.exclude": { "files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
".github": true, ".github": true,
".gitignore": true,
".vscode": true, ".vscode": true,
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"Dockerfile": true,
"LICENSE": true, "LICENSE": true,
"requirements.txt": true, "requirements.txt": true,
"build-docker-image.sh": true,
".gitignore": true,
"Dockerfile": true,
"start-sync.sh": true,
"venv": true "venv": true
}, },
"explorerExclude.backup": null, "explorerExclude.backup": null,
"python.linting.pylintEnabled": true, "python.linting.pylintEnabled": true,
"python.linting.enabled": true, "python.linting.enabled": true
"python.pythonPath": "venv/bin/python"
} }