Skip to content

Commit

Permalink
chore: add an initial .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
This adds the `.git-blame-ignore-revs` file which allows ignoring
certain commits when doing a `git blame --ignore-revs`

Ignore the commit that requires keyword arguments for
`register_custom_action()`

https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
  • Loading branch information
JohnVillalovos committed May 22, 2024
1 parent 7270523 commit 74db84c
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 @@
# Require keyword arguments for register_custom_action
19251506f734117a564c59e157221f37e5cf97ef

0 comments on commit 74db84c

Please sign in to comment.