Refine autoupdate config handling
This commit is contained in:
parent
bcef2d7b52
commit
71598cda7d
3 changed files with 109 additions and 10 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
|
@ -1,2 +1,21 @@
|
|||
.bin/
|
||||
data-dev/
|
||||
|
||||
# Local deployment/config secrets
|
||||
.env
|
||||
docker-compose.override.yml
|
||||
example/autoupdate.json
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
.fseventsd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue