From: Stephen Finucane Date: Tue, 15 Oct 2019 12:37:36 +0000 (+0100) Subject: docker: Ignore .tox, .backups directories X-Git-Tag: v2.2.0-rc1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d10d311f022f7b63bc0a66570837fe5fb6c43f;p=thirdparty%2Fpatchwork.git docker: Ignore .tox, .backups directories These can be _huge_ which can significantly slow down the startup time. We don't need them so ignore them. Signed-off-by: Stephen Finucane --- diff --git a/.dockerignore b/.dockerignore index 216f4ba2..77feb067 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,3 @@ tools/docker/db +.backups +.tox