Skip to content

Commit 500b147

Browse files
authored
chore: force git rm leftover files when rewriting .gitignore (#6232)
1 parent cb45b21 commit 500b147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bundle-and-gitignore-deps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const lsAndRmIgnored = async (dir) => {
5050
)
5151

5252
for (const file of files) {
53-
await git('rm', file)
53+
await git('rm', file, '--force')
5454
}
5555

5656
// check if there are still ignored files left

0 commit comments

Comments
 (0)