Skip to content

Commit aaeb310

Browse files
committed
[chore] added patterns on .gitignore.
in case a rebase, exclude *.orig and *.rej files.
1 parent 4ec7184 commit aaeb310

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ node_modules/
88
_book
99
*.patch
1010
*.diff
11+
*.orig
12+
*.rej
1113
examples/__build__
1214
coverage
1315
yarn.lock

0 commit comments

Comments
 (0)