Skip to content

Commit

Permalink
feat: add .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Feb 12, 2023
1 parent 8b31e63 commit 264f818
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# git-blame supports ignoring specific commits, this allows us to hide formatting
# commits from git-blame.
#
# You can use the ignore list file by running:
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs

# refactor: reformat and sort imports
8b31e632dbf8a17dd4f52c05f6fc620bfc6ddbf1

0 comments on commit 264f818

Please sign in to comment.