[PATCH 2/3] docker: Ignore .tox, .backups directories

Stephen Finucane stephen at that.guru
Wed Oct 16 23:10:13 AEDT 2019


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 at that.guru>
---
 .dockerignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git .dockerignore .dockerignore
index 216f4ba2..77feb067 100644
--- .dockerignore
+++ .dockerignore
@@ -1 +1,3 @@
 tools/docker/db
+.backups
+.tox
-- 
2.21.0



More information about the Patchwork mailing list