Ignore raster files from docker and git repositories

This commit is contained in:
heyarne 2021-02-16 12:22:15 +00:00
commit 863160f727
2 changed files with 8 additions and 5 deletions

View file

@ -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
View file

@ -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