From f4e4fcde26edbdcb6ebf00b43865070acb78ffc4 Mon Sep 17 00:00:00 2001 From: creyD Date: Fri, 19 Feb 2021 18:56:55 +0100 Subject: [PATCH] Added .gitignore to exclusion - for real II --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9359c77..16a4b42 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 + git update-index --skip-worktree .gitignore if $INPUT_ONLY_CHANGED; then # --diff-filter=d excludes deleted files