Still debugging ignoring

This commit is contained in:
2021-02-19 18:47:01 +01:00
parent 77af303189
commit 9acb5d89b9

View File

@@ -69,9 +69,10 @@ if _git_changed; then
_git_setup
# Ignore node modules and other action created files
git update-index --skip-worktree package.json
git update-index --skip-worktree node_modules/
git update-index --skip-worktree package-lock.json
echo "package_lock.json
node_modules/
.gitignore
" >> .gitignore
if $INPUT_ONLY_CHANGED; then
# --diff-filter=d excludes deleted files