Skip to content

Commit 22fa495

Browse files
committed
chore(git-blame-ignore-revs): ignore linter commit and introduce ignore-revs file
1 parent 054b9a6 commit 22fa495

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.git-blame-ignore-revs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
#
7+
# Run the following command to apply this file as the default ignore file.
8+
#
9+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
10+
11+
# chore: format all files (#5684)
12+
# https://github.com/refinedev/refine/pull/5684
13+
# This commit updates the linter and formatter configuration and applies to all relevant files.
14+
16eefc493da3e66a095a11d9dcbeff0ec64dca57

0 commit comments

Comments
 (0)