Skip to content

Commit

Permalink
chore: add prettier commit to .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
Using .git-blame-ignore-revs means that GitHub will ignore that commit
and attributing work to its author.

To get the same result with `git blame` on the command line, use

    git blake --ignore-revs-file=.git-blame-ignore-revs <filename>
  • Loading branch information
joanise committed Feb 20, 2023
1 parent 3e1aaf7 commit 2c10ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2ca72d5629fb9694137abe2c461bbfe166360a69

0 comments on commit 2c10ec4

Please sign in to comment.