From fe5c5650a1dba06bf89fc92428065097647772ed Mon Sep 17 00:00:00 2001 From: KtorZ Date: Tue, 13 Aug 2024 17:16:22 +0200 Subject: [PATCH] Tweak .gitattributes to exclude insta snapshots from stats (and provide better diffing). --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e701a2b1..6641037e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ Cargo.lock linguist-generated=true merge=binary linguist-vendored Cargo.nix linguist-generated=true merge=binary linguist-vendored flake.lock linguist-generated=true merge=binary linguist-vendored +**/*.snap merge=binary linguist-vendored