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-26 16:33:49 -04:00

19 lines
460 B
JSON

{
"files.exclude": {
".github": true,
".gitignore": true,
".vscode": true,
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"Dockerfile": true,
"LICENSE": true,
"requirements.txt": true,
"venv": true
},
"explorerExclude.backup": null,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}