mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Simplify and improve .dockerignore
This commit is contained in:
parent
62ecce38be
commit
943779b653
1 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# don't send downloaded artefacts to the docker build daemon
|
||||
*.zip
|
||||
*.tiff
|
||||
*.jp2
|
||||
# don't send hidden files and folders, they are non-essential to the
|
||||
# build process
|
||||
.*
|
||||
|
||||
# don't send downloaded artefacts to the docker build daemon
|
||||
**/input/**/*.zip
|
||||
**/input/**/*.SAFE*
|
||||
**/input/**/*.jp2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue