Skip to content

Commit 5870d46

Browse files
authored
chore: add .git-blame-ignore-revs file (#1582)
This makes it easier to run `git blame` across the recent bulk source code changes for linting/prettifying. Enable with: ``` git config blame.ignoreRevsFile .git-blame-ignore-revs ``` (The filename is convention, and e.g. also used by the MongoDB server source repository.)
1 parent b8a4dbd commit 5870d46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.git-blame-ignore-revs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# prettier adoption
2+
7e9ecd99d852e5e5f2a659c4a12b090c370b6a6c
3+
# eslintrc overhaul
4+
0f28698459e1c8216df769745170a3a46d3def62

0 commit comments

Comments
 (0)