mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Ignore raster files from docker and git repositories
This commit is contained in:
parent
70930bd74d
commit
863160f727
2 changed files with 8 additions and 5 deletions
|
|
@ -3,5 +3,10 @@
|
||||||
/.*
|
/.*
|
||||||
|
|
||||||
# ignore files downloaded from scihub
|
# ignore files downloaded from scihub
|
||||||
|
**/*.jp2
|
||||||
|
**/*.tif
|
||||||
|
**/*.tiff
|
||||||
|
**/*.tif.aux.xml
|
||||||
|
**/*.tiff.aux.xml
|
||||||
**/*.SAFE
|
**/*.SAFE
|
||||||
**/*.zip
|
**/*.zip
|
||||||
|
|
|
||||||
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -3,15 +3,13 @@
|
||||||
|
|
||||||
# ignore any raster files
|
# ignore any raster files
|
||||||
*.jp2
|
*.jp2
|
||||||
|
*.tif
|
||||||
*.tiff
|
*.tiff
|
||||||
|
*.tif.aux.xml
|
||||||
|
*.tiff.aux.xml
|
||||||
*.zip
|
*.zip
|
||||||
*.SAFE/*
|
*.SAFE/*
|
||||||
|
|
||||||
**/input/**/*.jp2
|
|
||||||
**/input/**/*.tiff
|
|
||||||
**/input/**/*.zip
|
|
||||||
**/input/**/*.SAFE/*
|
|
||||||
|
|
||||||
.jupyter
|
.jupyter
|
||||||
.local
|
.local
|
||||||
.conda
|
.conda
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue