21 lines
533 B
JSON
21 lines
533 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
".github": true,
|
|
".vscode": true,
|
|
"LICENSE": true,
|
|
"requirements.txt": true,
|
|
"build-docker-image.sh": false,
|
|
".gitignore": true,
|
|
"Dockerfile": false,
|
|
"start-sync.sh": false,
|
|
"venv": true
|
|
},
|
|
"explorerExclude.backup": null,
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true
|
|
} |