Skip to content

Commit

Permalink
chore: force git rm leftover files when rewriting .gitignore (#6232)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored Mar 8, 2023
1 parent cb45b21 commit 500b147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle-and-gitignore-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const lsAndRmIgnored = async (dir) => {
)

for (const file of files) {
await git('rm', file)
await git('rm', file, '--force')
}

// check if there are still ignored files left
Expand Down

0 comments on commit 500b147

Please sign in to comment.