aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-10-15 13:37:36 +0100
committerStephen Finucane <stephen@that.guru>2019-10-17 12:02:39 +0100
commit77d10d311f022f7b63bc0a66570837fe5fb6c43f (patch)
tree1366992634b08f16b04a2348455d229affcb4366 /.dockerignore
parenta0ca2b931187a1514c10d483a731f0ef88f64114 (diff)
downloadpatchwork-77d10d311f022f7b63bc0a66570837fe5fb6c43f.tar
patchwork-77d10d311f022f7b63bc0a66570837fe5fb6c43f.tar.gz
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 <stephen@that.guru>
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 216f4ba..77feb06 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1 +1,3 @@
tools/docker/db
+.backups
+.tox