summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorJeremy Paige <ucodery@gmail.com>2020-05-08 11:12:14 -0700
committerJeremy Paige <ucodery@gmail.com>2020-05-08 11:12:14 -0700
commit4f0e9508e40ec1f9da27dcfa622e19745a6a0e07 (patch)
treeb507fcaa31a2e1176af7308251c22eee3154798b /.dockerignore
parentcf93f354610e26c47124e00ac1c4fd5b4e376ad2 (diff)
downloadisort-4f0e9508e40ec1f9da27dcfa622e19745a6a0e07.tar.gz
speed up docker build times
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 3e4b57aa..54671a6b 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,2 +1,17 @@
+# project build medadata that can't be used in docker
+Dockerfile
+.appveyor.yml
+.dockerignore
+.pre-commit-hooks.yaml
+.travis.yml
.git*
+
+# documentation not needed
+CHANGELOG.md
+LICENSE
+MANIFEST.in
+.undertake
+example.gif
+logo.png
+art/
docs/