From 062280e9043f214b372676e7cf8d5cb8d8a97be5 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 31 Mar 2022 09:19:44 -0700 Subject: [PATCH] Add gitattributes (#675) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a5c841213 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.pb.go linguist-generated=true +*.pb.gw.go linguist-generated=true