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