From cce4f5f9f70019c8be871fb8cf3fd8dabd93785b Mon Sep 17 00:00:00 2001 From: Peter Grlica Date: Tue, 20 Apr 2021 18:48:59 +0200 Subject: [PATCH] Added .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..3462914eb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +**/*gen.go linguist-generated=true +**/*gen_test.go linguist-generated=true