mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Fixed purgeUnknownRecords behavior
This commit is contained in:
38
.vscode/settings.json
vendored
38
.vscode/settings.json
vendored
@@ -1,19 +1,21 @@
|
||||
{
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
".github": true,
|
||||
".gitignore": true,
|
||||
".vscode": true,
|
||||
"Dockerfile": true,
|
||||
"LICENSE": true,
|
||||
"requirements.txt": true,
|
||||
"venv": true
|
||||
},
|
||||
"explorerExclude.backup": null,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true
|
||||
}
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true,
|
||||
".github": true,
|
||||
".gitignore": true,
|
||||
".vscode": true,
|
||||
"Dockerfile": true,
|
||||
"LICENSE": true,
|
||||
"requirements.txt": true,
|
||||
"venv": true
|
||||
},
|
||||
"explorerExclude.backup": null,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true,
|
||||
"python.formatting.provider": "autopep8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user