Simplify and improve .dockerignore

This commit is contained in:
heyarne 2020-08-21 10:49:32 +00:00
commit 943779b653

View file

@ -1,8 +1,8 @@
# don't send downloaded artefacts to the docker build daemon # don't send hidden files and folders, they are non-essential to the
*.zip # build process
*.tiff .*
*.jp2
# don't send downloaded artefacts to the docker build daemon
**/input/**/*.zip **/input/**/*.zip
**/input/**/*.SAFE* **/input/**/*.SAFE*
**/input/**/*.jp2 **/input/**/*.jp2