From 68f43fe591d792508a765519a9a9a8fb2a07334b Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Sat, 22 Jul 2023 11:01:59 -0400 Subject: [PATCH] .gitattribute to not pollute PRs or stats --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes 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