From 63b0ab737d4330de73b0ae42b086460b9c31c695 Mon Sep 17 00:00:00 2001 From: Furkan Akbulutlar Date: Sun, 17 May 2026 16:11:40 +0200 Subject: [PATCH] chore: ignore biome format baseline in git blame --- .git-blame-ignore-revs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..55638ae --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,6 @@ +# Format-only commits. `git config blame.ignoreRevsFile .git-blame-ignore-revs` +# makes `git blame` skip these so authorship still points at the real change. +# GitHub's web blame honors this file automatically. + +# chore: adopt biome as code formatter (#81) +ffdeba0c85977fb3f963f54932cd7932ac5dc1c5