This repository has been archived on 2025-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
cloudflare-ddns/.vscode/settings.json
2020-08-05 03:52:04 -04:00

21 lines
532 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": true,
".gitignore": true,
"Dockerfile": false,
"start-sync.sh": false,
"venv": true
},
"explorerExclude.backup": null,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}