Ignore some generated files during docker build.

This commit is contained in:
Ben Sturmfels 2021-04-05 22:09:15 +10:00
parent e16578cbe4
commit 14cde83826

View File

@ -1,7 +1,13 @@
# This helps to reduce the size of the Docker build context and to avoid # This helps to reduce the size of the Docker build context and to avoid
# including potentially sensitive files. # including potentially sensitive files.
#
# .git is needed during bootstrap.sh
bin bin
lib lib
lib64 lib64
node_modules node_modules
user_dev user_dev
.tox
dist
docs/build
.pytest_cache