From 1a89f28d0fbdf06934d64cf7ad3945ce9c1409b3 Mon Sep 17 00:00:00 2001 From: creyD Date: Fri, 19 Feb 2021 18:54:40 +0100 Subject: [PATCH] Added .gitignore to exclusion - for real --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index bda7d7f..9359c77 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -73,7 +73,7 @@ if _git_changed; then node_modules/ .gitignore " >> .gitignore - git config --global core.excludesfile .gitignore_global + git config --global core.excludesfile .gitignore if $INPUT_ONLY_CHANGED; then # --diff-filter=d excludes deleted files