chore: exclude trivial refactors from git blame results (#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.
This commit is contained in:
Haoqun Jiang 2022-06-06 10:51:18 +08:00 committed by GitHub
parent 8be5a871d4
commit 642e7aa03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,4 @@
# chore: move to typescript
af9fc2bcff31d5baa413039818a9b3e011deccaf
# workflow: remove eslint, apply prettier
72aed6a149b94b5b929fb47370a7a6d4cb7491c5