From 21e7f8ee85f62e067ef5995edda8aaceffda5e14 Mon Sep 17 00:00:00 2001 From: calebjasik Date: Sun, 7 May 2023 13:03:40 -0500 Subject: [PATCH] Add a `.git-blame-revision-ignore` file https://akrabat.com/ignoring-revisions-with-git-blame/ This will be useful for https://github.com/cinnyapp/cinny/pull/1228, to ignore the mass reformatting --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 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 0000000000..f7b35c6dea --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,3 @@ +# Mass format code with `npm run fix:prettier` - 2023-05-07 + +# THIS IS A PLACEHOLDER, will replace with the commit hash on dev once merged.