Compare commits

..

2 commits

Author SHA1 Message Date
tobi cc63d42a7e
Merge 290506ea37 into 9f6a1f7e79 2024-10-17 16:24:13 +00:00
Daenney 9f6a1f7e79
[chore] Set some additional git attributes (#3454)
* .go files are now tagged with diff=go for better diffs
* go.sum is tagged with generated which suppresses the diff
* go.sum is tagged with merge=ours to reduce merge conflicts

go.mod isn't tagged with generated since it's useful to see it on
dependency bump PRs.
2024-10-17 16:24:03 +00:00

2
.gitattributes vendored
View file

@ -1 +1,3 @@
*.go diff=golang
go.sum linguist-generated merge=ours
/vendor/ linguist-generated