From 909174d259a106763133acde2af05b64ea24ff54 Mon Sep 17 00:00:00 2001 From: Danil An Date: Fri, 16 Jan 2026 20:24:31 +0400 Subject: [PATCH] chore: add .git-blame-ignore-revs --- .git-blame-ignore-revs | 9 +++++++++ 1 file changed, 9 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 00000000..26424cf6 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,9 @@ +# Git blame can ignore selected commits (e.g. formatting or other mechanical changes) +# when used with the --ignore-revs-file option or when configured via: +# git config blame.ignoreRevsFile .git-blame-ignore-revs +# +# This works with the git CLI. Some visual tools may ignore this setting. +# GitHub's blame view applies this file automatically. + +# clang-format mass reformat +7c667fce790efe905c8f825246c8e3ad417d9890 \ No newline at end of file