Skip to content

Commit

Permalink
docker: Ignore .tox, .backups directories
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stephenfin committed Oct 17, 2019
1 parent a0ca2b9 commit 77d10d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
tools/docker/db
.backups
.tox

0 comments on commit 77d10d3

Please sign in to comment.