Skip to content

Commit

Permalink
Misc: Add .git-blame-ignore-revs file
Browse files Browse the repository at this point in the history
The previous commit did a massive amount of changes because of the
introduction of new eslint rules and prettier. To keep git blame clean
a .git-blame-ignore-revs file that can be used to ignore that commit.
Local git users need to use that file with the `--ignore-revs-file` flag
(or add it to their local git config to always use that file). Github
will automatically use that file when using their online blame.
  • Loading branch information
Leleat committed May 15, 2024
1 parent b38da2d commit 2ec2a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Introduction of new eslint rules and prettier
42fc1a727a4d114d162ab157159c52a7cf6a190f

0 comments on commit 2ec2a0d

Please sign in to comment.