From 8c1f99dbac1fda100de9f15b8830b170cc649a2c Mon Sep 17 00:00:00 2001 From: Jacob Lisi Date: Fri, 6 Mar 2020 19:58:33 -0500 Subject: [PATCH] exclude generated protos from PR size bot Signed-off-by: Jacob Lisi --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..461bc3d89ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/*.pb.go linguist-generated=true \ No newline at end of file