Added .gitignore to exclusion - for real

This commit is contained in:
2021-02-19 18:54:40 +01:00
parent 172c413f01
commit 1a89f28d0f

View File

@@ -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