Skip to content

Commit 4be7f2e

Browse files
committed
Add .git-blame-ignore-revs file to avoid cluttering git blame
1 parent da40927 commit 4be7f2e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.git-blame-ignore-revs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This file can be used to disregard certain commits when using `git blame`, and
2+
# GitHub will automatically use it for that by file name convention.
3+
#
4+
# Reference 1: https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
5+
# Reference 2: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
6+
#
7+
8+
# pre-commit: run requirements-txt-fixer
9+
da40927c5b187e37755901e675eee092e12ae2eb
10+
# pre-commit: run end-of-file-fixer
11+
b815163691eade7daeeb01549d0fc6bdf4a33186
12+
# pre-commit: run prettier
13+
9fefdc42ec4d1701117f8f2880a80695eeaad5c9
14+
# pre-commit: run update-values-based-on-bindarspawner-mixin
15+
d32e9efa34cf0ca8880939e82ff01d3edc35705b
16+
# pre-commit: run isort
17+
f0fe0257506fd667279e97354f0207168aa1368c
18+
# pre-commit: run black
19+
bb047d8bce89655e197a7fdf2bdec2cb9c79940a
20+
# pre-commit: run pyupgrade
21+
24da4e593461640aaa47dc008b1f657b92189085

0 commit comments

Comments
 (0)