Skip to content

Commit 77f03f5

Browse files
committed
chore: ignore blame on reformat
1 parent 7d5ca3b commit 77f03f5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.git-blame-ignore-revs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Since version 2.23 (released in August 2019), git-blame has a feature
2+
# to ignore or bypass certain commits.
3+
#
4+
# This file contains a list of commits that are not likely what you
5+
# are looking for in a blame, such as mass reformatting or renaming.
6+
# You can set this file as a default ignore file for blame by running
7+
# the following command.
8+
#
9+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
10+
11+
# Apply ruff autoformatting
12+
7d5ca3b70bf57cded4e43e5211cf064a71d120aa

0 commit comments

Comments
 (0)