Skip to content

Commit a251afc

Browse files
matschikclaude
andcommitted
docs: document .git-blame-ignore-revs setup in README
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 07756b9 commit a251afc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,12 @@ pnpm run dev
711711

712712
This project requires Node.js to be `v22.18.0` or higher.
713713

714+
Bulk formatting commits are listed in `.git-blame-ignore-revs` so they don't clutter `git blame`. Enable it locally with:
715+
716+
```bash
717+
git config blame.ignoreRevsFile .git-blame-ignore-revs
718+
```
719+
714720
### Principle when add/edit a framework snippet
715721

716722
> Clarity is better than optimization for Component Party

0 commit comments

Comments
 (0)