From 642e7aa03b1f6ca5e8ba6f7c7d702b6401b3ca9e Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 6 Jun 2022 10:51:18 +0800 Subject: [PATCH] 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. --- .git-blame-ignore-revs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000000..53dbf616c0a --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,4 @@ +# chore: move to typescript +af9fc2bcff31d5baa413039818a9b3e011deccaf +# workflow: remove eslint, apply prettier +72aed6a149b94b5b929fb47370a7a6d4cb7491c5