Skip to content

Commit d6c2a34

Browse files
committed
chore: add .git-blame-ignore-revs
Add the prettier reformat SHA so `git blame` skips the mechanical whitespace-only change and points at the meaningful previous commit instead. Contributors opt in locally with: git config blame.ignoreRevsFile .git-blame-ignore-revs GitHub honours this file automatically in its blame UI.
1 parent 397c97e commit d6c2a34

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.git-blame-ignore-revs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Bulk reformat commits — ignore in `git blame` to keep line history meaningful.
2+
# Configure once locally with:
3+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
4+
5+
# chore(format): consolidate prettier configs — reformat sandboxes + __tests__ to root style
6+
397c97ec

0 commit comments

Comments
 (0)