aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-20 15:51:54 +0200
committerGravatar ks129 <[email protected]>2020-12-20 15:51:54 +0200
commit03845e72c41d901e729209cbfbb8c9abdeebde2d (patch)
tree729042902cc00399978b21f4a274dfee35f9f7ae /.dockerignore
parentRemove GitPython dependency (diff)
Don't include .git in Docker container
Diffstat (limited to '')
-rw-r--r--.dockerignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 2622c133..2a1f68e7 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,6 +1,7 @@
.cache
.coverage
.coveragerc
+.git
.github
.gitignore
.gitlab