From adcfce39cf707466dfa0cf571d496dd1ba779fa0 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Thu, 13 Apr 2023 16:04:42 +0300 Subject: [PATCH] [#246] .gitattributes: Do not show diff for go.sum When we update dependencies it can be rather big. However it is generated automatically with `go mod tidy`, no need to review. Signed-off-by: Evgenii Stratonikov --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c7a3f7a86..aa9391657 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ /**/*.pb.go -diff -merge /**/*.pb.go linguist-generated=true +/go.sum -diff