[#246] .gitattributes: Do not show diff for go.sum
ci/woodpecker/push/pre-commit Pipeline was successful Details

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 <e.stratonikov@yadro.com>
pull/253/head
Evgenii Stratonikov 2023-04-13 16:04:42 +03:00 committed by fyrchik
parent 299b6a6938
commit adcfce39cf
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
/**/*.pb.go -diff -merge
/**/*.pb.go linguist-generated=true
/go.sum -diff