Ignore some generated files during docker build.
This commit is contained in:
parent
e16578cbe4
commit
14cde83826
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user