mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 11:03:40 +02:00
16 lines
272 B
Text
16 lines
272 B
Text
# don't send hidden files and folders, they are non-essential to the
|
|
# build process
|
|
/.*
|
|
|
|
# ignore jupyter-book artefacts
|
|
/_build
|
|
|
|
# ignore files downloaded from scihub
|
|
**/*.jp2
|
|
**/*.tif
|
|
**/*.tiff
|
|
**/*.tif.aux.xml
|
|
**/*.tiff.aux.xml
|
|
**/*.SAFE
|
|
**/*.zip
|
|
**/*.zip.incomplete
|