From 172c413f01afa0e9e6d7a175ad75acad76043479 Mon Sep 17 00:00:00 2001 From: creyD Date: Fri, 19 Feb 2021 18:51:11 +0100 Subject: [PATCH] Added .gitignore exclusion --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 0baf63f..bda7d7f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -73,6 +73,7 @@ if _git_changed; then node_modules/ .gitignore " >> .gitignore + git config --global core.excludesfile .gitignore_global if $INPUT_ONLY_CHANGED; then # --diff-filter=d excludes deleted files