Skip to content

Commit

Permalink
Add .git-blame-ignore-revs for pre-commit run
Browse files Browse the repository at this point in the history
  • Loading branch information
noahp committed Dec 20, 2022
1 parent d4fe3f7 commit 1cbf1e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Since version 2.23 (released in August 2019), git-blame has a feature
# to ignore or bypass certain commits.
#
# This file contains a list of commits that are not likely what you
# are looking for in a blame, such as mass reformatting or renaming.
# You can set this file as a default ignore file for blame by running
# the following command.
#
# git config blame.ignoreRevsFile .git-blame-ignore-revs

080da73af700e06ef1e65d606076d7ac66f97325 # Run pre-commit run --all-files

0 comments on commit 1cbf1e2

Please sign in to comment.