mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-07 08:54:39 +01:00
[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.
This commit is contained in:
parent
2a437685fc
commit
9f6a1f7e79
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1 +1,3 @@
|
||||
/vendor/ linguist-generated
|
||||
*.go diff=golang
|
||||
go.sum linguist-generated merge=ours
|
||||
/vendor/ linguist-generated
|
||||
|
Loading…
Reference in New Issue
Block a user