Finetune dockerignore

This commit is contained in:
Einar Forselv 2019-12-04 23:46:56 +01:00
parent 96beeab5bd
commit 4e480ed8e0
1 changed files with 10 additions and 5 deletions

View File

@ -1,12 +1,17 @@
.venv/ .venv/
.vscode/ .vscode/
.gitignore extras/
Dockerfile restic_cache/
restic_data/
tests/ tests/
docker-compose.yaml .gitignore
*.env *.env
*.log *.log
docker-compose.yaml
*.ini
*.egg-info *.egg-info
__pycache__ __pycache__
restic_cache .DS_Store
restic_data .git
.pytest_cache
.dockerignore