From b28966873a29e0ff09c0057952bced3614066f40 Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Mon, 9 Mar 2020 12:00:15 +0100 Subject: [PATCH] Exclude vendor/ from PR size (#2229) Signed-off-by: Marco Pracucci --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 461bc3d89a..b90af3e83e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -**/*.pb.go linguist-generated=true \ No newline at end of file +**/*.pb.go linguist-generated=true +vendor/**/* linguist-generated=true