From f87c40292041346e49fcbff9971d5098bd6dbee6 Mon Sep 17 00:00:00 2001 From: Brendan Mulholland Date: Mon, 8 Apr 2024 15:51:12 +0200 Subject: [PATCH] chore: auto-collapse snaphsots in PRs --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..af717190c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Snapshots are taken by our test suite and used to determine regressions. +# We don't need to review their code in PRs, so treat them as auto-generated. +# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github +*.snap linguist-generated=true