From ef78d16c51133a5482a3c99ec496f29685c1c832 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Fri, 17 Feb 2023 14:43:51 -0500 Subject: [PATCH] chore: collapse generated snapshots in PR view by default --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d46a42b7fc44..20984d71e9e5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,4 @@ # force github to treat out custom jest snapshot extension as normal jest snapshots *.shot linguist-language=Jest-Snapshot +*.shot linguist-generated