From 6a4e87a2eb31c591660fcbcf5ed7df186dded0ef Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Wed, 4 Dec 2019 23:01:01 +0100 Subject: [PATCH] Tweak ingores --- .dockerignore | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) 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