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-13 18:26:43 -04:00

22 lines
574 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": true,
"start-sync.sh": true,
"venv": true
},
"explorerExclude.backup": null,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": "venv/bin/python"
}