Skip to content

Commit 642e7aa

Browse files
authoredJun 6, 2022
chore: exclude trivial refactors from git blame results (vuejs#12550)
See https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view Ideally all style-only-commits should be put into this list. The "move to typescript" is not trivial by itself, but most of the additions / deletions are style changes. So I think it's safe and more reader-friendly to exclude it.
1 parent 8be5a87 commit 642e7aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.git-blame-ignore-revs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# chore: move to typescript
2+
af9fc2bcff31d5baa413039818a9b3e011deccaf
3+
# workflow: remove eslint, apply prettier
4+
72aed6a149b94b5b929fb47370a7a6d4cb7491c5

0 commit comments

Comments
 (0)
Please sign in to comment.