diff --git a/.dockerignore b/.dockerignore index f8831a7..a0bc7e1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,3 +7,5 @@ docker-compose.yaml *.env *.egg-info __pycache__ +restic_cache +restic_data diff --git a/.gitignore b/.gitignore index ca06886..8e207c9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ venv /private/ restic_data/ restic_cache/ +alerts.env