chore: add .git-blame-ignore-revs

Lists the line-ending renormalization commit so `git blame` and GitHub's
blame UI skip it. Contributors can opt in locally with:

    git config blame.ignoreRevsFile .git-blame-ignore-revs

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garm 2026-04-24 15:35:29 +02:00
parent efd2ac1ca4
commit 570a365dc4

10
.git-blame-ignore-revs Normal file
View file

@ -0,0 +1,10 @@
# Revisions listed here are skipped by `git blame --ignore-revs-file`
# and by GitHub's blame UI. Use for mechanical, repo-wide changes that
# touch every line of a file but don't change semantics (formatter runs,
# line-ending normalization, bulk renames applied by codemod, etc.).
#
# Configure your local git to auto-pick this up:
# git config blame.ignoreRevsFile .git-blame-ignore-revs
# chore: renormalize line endings to LF
efd2ac1ca4d88d8f5990259c98b673c603902896