diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..dc39aed4d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Always check-out / check-in files with LF line endings. +* text=auto eol=lf + +go.sum merge=union +**/zz_generated.*.go linguist-generated=true +vendor/** linguist-vendored