Ignore more non-essential folders

This commit is contained in:
heyarne 2020-11-16 12:30:57 +00:00
commit 98cc7dba0c
2 changed files with 3 additions and 5 deletions

View file

@ -1,8 +1,3 @@
# 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
.* .*
# don't send downloaded artefacts to the docker build daemon
**/input/**/*.zip
**/input/**/*.SAFE*
**/input/**/*.jp2

3
.gitignore vendored
View file

@ -14,6 +14,9 @@
.jupyter .jupyter
.local .local
.conda
.config
.npm
# Created by https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks # Created by https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks
# Edit at https://www.toptal.com/developers/gitignore?templates=python,jupyternotebooks # Edit at https://www.toptal.com/developers/gitignore?templates=python,jupyternotebooks