Updating ignore mechanism 2

This commit is contained in:
2021-02-19 18:41:32 +01:00
parent c5dd36440f
commit 5564e3ef42

View File

@@ -73,7 +73,7 @@ if _git_changed; then
package-lock.json
package.json
" >> .git/info/exclude
git update-index --assume-unchanged node_modules/ package.json package-lock.json
git update-index --assume-unchanged node_modules/ package-lock.json
if $INPUT_ONLY_CHANGED; then
# --diff-filter=d excludes deleted files