From 2ec2a0dbe9c42ce44e9bb3b386d472b76f8ef3cc Mon Sep 17 00:00:00 2001 From: Leleat Date: Wed, 15 May 2024 19:53:08 +0200 Subject: [PATCH] Misc: Add .git-blame-ignore-revs file The previous commit did a massive amount of changes because of the introduction of new eslint rules and prettier. To keep git blame clean a .git-blame-ignore-revs file that can be used to ignore that commit. Local git users need to use that file with the `--ignore-revs-file` flag (or add it to their local git config to always use that file). Github will automatically use that file when using their online blame. --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 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..d204cda --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Introduction of new eslint rules and prettier +42fc1a727a4d114d162ab157159c52a7cf6a190f \ No newline at end of file