From e1bfd7e32daa436a014a8fadb631e60e73fe0c11 Mon Sep 17 00:00:00 2001 From: Micky <66727710+Mickeon@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:39:12 +0200 Subject: [PATCH] Ignore remove trailing whitespace commit --- .git-blame-ignore-revs | 11 +++++++++++ 1 file changed, 11 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 000000000..cb95d5fd7 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,11 @@ +# This file contains a list of Git commit hashes that should be hidden from the +# regular Git history. Typically, this includes commits involving mass auto-formatting +# or other normalizations. Commit hashes *must* use the full 40-character notation. +# To apply the ignore list in your local Git client, you must run: +# +# git config blame.ignoreRevsFile .git-blame-ignore-revs +# +# This file is automatically used by GitHub.com's blame view. + +# Remove trailing whitespace +ecf7d701a0431c5b587fb698733e2ad6f8d90846 \ No newline at end of file