chore: add .git-blame-ignore-revs for the Prettier format pass
Lists the repo-wide format commit so `git blame` skips it. One-time local setup: `git config blame.ignoreRevsFile .git-blame-ignore-revs` (Forgejo honours it too).
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Revisions listed here are skipped by `git blame` (git >= 2.23) so mechanical,
|
||||
# whole-repo reformatting does not bury the real authorship of each line.
|
||||
# Configure once per clone: git config blame.ignoreRevsFile .git-blame-ignore-revs
|
||||
#
|
||||
# Prettier one-time repo-wide format pass (R2 S1b, 2026-07-21)
|
||||
51c36c2071728d2cd7ae580b7bfdf21f6867a347
|
||||
Reference in New Issue
Block a user