Skip to content

Commit b14d396

Browse files
authored
Add .orig and .rej files to .gitignore for patching leftovers (#2981)
## Motivation for the change, related issues When applying patches if there are any issues or patch is not applying well or there are merge problems, `rej` and `orig` tend to appear ## Implementation details Just adding these two extensions to `gitignore`
1 parent bac21c5 commit b14d396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ testem.log
5050
/.env
5151
packages/playground/website/cypress/downloads
5252
vite.config.ts.timestamp-*.mjs
53+
*.orig
54+
*.rej
5355

5456
# System Files
5557
.DS_Store

0 commit comments

Comments
 (0)