From 98cc7dba0c393b304d224fe3e01896b14357db2f Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 16 Nov 2020 12:30:57 +0000 Subject: [PATCH] Ignore more non-essential folders --- .dockerignore | 5 ----- .gitignore | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.dockerignore b/.dockerignore index 7ebfa7d..ea89591 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,8 +1,3 @@ # 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 diff --git a/.gitignore b/.gitignore index f8fee3f..d2a4da2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ .jupyter .local +.conda +.config +.npm # Created by https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks # Edit at https://www.toptal.com/developers/gitignore?templates=python,jupyternotebooks