forked from TrueCloudLab/frostfs-node
[#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 <e.stratonikov@yadro.com>
This commit is contained in:
parent
299b6a6938
commit
adcfce39cf
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,2 +1,3 @@
|
|||
/**/*.pb.go -diff -merge
|
||||
/**/*.pb.go linguist-generated=true
|
||||
/go.sum -diff
|
||||
|
|
Loading…
Reference in a new issue