mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
Minimal multi-stage docker build
This commit is contained in:
18
.vscode/settings.json
vendored
Normal file
18
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
"explorerExclude.backup": null
|
||||
}
|
||||
Reference in New Issue
Block a user