Refine .dockerignore

This commit is contained in:
heyarne 2020-11-18 16:44:29 +00:00
commit 6ed42c12dd

View file

@ -1,3 +1,7 @@
# don't send hidden files and folders, they are non-essential to the # don't send hidden files and folders, they are non-essential to the
# build process # build process
.* .*
# ignore files downloaded from scihub
**/*.SAFE
**/*.zip