From 1d55fd78fb2f4e0bc3d3a65d7fec07779777a156 Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Tue, 29 Aug 2023 13:44:07 +0200 Subject: [PATCH] Add linguist attrs --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f76948fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# We don't really care about BUILD files in language stats +# They are also reported as Starlark and skew the stats +**/BUILD linguist-vendored +*/ linguist-vendored +BUILD linguist-vendored + +vendor/** linguist-vendored