mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-27 22:25:24 +00:00
Move package to src/ to properly separate what goes into docker image
This commit is contained in:
19
src/.dockerignore
Normal file
19
src/.dockerignore
Normal file
@@ -0,0 +1,19 @@
|
||||
.venv/
|
||||
.vscode/
|
||||
extras/
|
||||
restic_cache/
|
||||
restic_data/
|
||||
tests/
|
||||
.gitignore
|
||||
*.env
|
||||
*.log
|
||||
docker-compose.yaml
|
||||
*.ini
|
||||
*.egg-info
|
||||
__pycache__
|
||||
.DS_Store
|
||||
.git
|
||||
.pytest_cache
|
||||
.dockerignore
|
||||
build/
|
||||
docs/
|
Reference in New Issue
Block a user