Added .gitignore exclusion

This commit is contained in:
2021-02-19 18:51:11 +01:00
parent 9acb5d89b9
commit 172c413f01

View File

@@ -73,6 +73,7 @@ if _git_changed; then
node_modules/ node_modules/
.gitignore .gitignore
" >> .gitignore " >> .gitignore
git config --global core.excludesfile .gitignore_global
if $INPUT_ONLY_CHANGED; then if $INPUT_ONLY_CHANGED; then
# --diff-filter=d excludes deleted files # --diff-filter=d excludes deleted files