From b2837173c986a92c6420ae14f183669aa1fa4db2 Mon Sep 17 00:00:00 2001 From: Tiexin Guo Date: Mon, 27 May 2024 10:53:30 +0800 Subject: [PATCH] chore: add git blame ignore revs file --- .git-blame-ignore-revs | 5 +++++ 1 file changed, 5 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 000000000..ed150484c --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,5 @@ +# You can configure git to automatically use this file with the following config: +# git config --global blame.ignoreRevsFile .git-blame-ignore-revs + +# Code reformatting with Ruff formatter +d8148ab41869f6119683cf42b7e6e574f1a99bf1