Updated hidden project file default settings
This commit is contained in:
parent
d6d3cb54d2
commit
2ad3d6b564
19
.vscode/settings.json
vendored
19
.vscode/settings.json
vendored
@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user