From 87085ca2b418a92e8ee7fb88660d1a4a7ef28818 Mon Sep 17 00:00:00 2001 From: Joshua Benning Date: Thu, 23 Jul 2026 13:53:35 +0200 Subject: [PATCH] Create `.git-blame-ignore-revs` After the ruff linter introduction the git blame is mostly cluttered by the resulting changes. This file is introduced to generally feature commits that should be taken out of the git blame chain and quick setup instructions. --- .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..eabe79f9 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,9 @@ +# This file features commits that should be taken out of the git blame chain as they would clutter it with formatting +# changes otherwise. + +# To ignore the commits, you can configure your git to automatically use this file with any git blame command: +# git config blame.ignoreRevsFile .git-blame-ignore-revs + +# Commit 112290a - 23.07.2026 - Introduce ruff as linter and formatter +# This commit had no effect on the functionality but touched and reformated 10k lines +112290a101f681030b7f895ded63a544764c073a \ No newline at end of file