From 63598538557ba1e4539a3b1fd530f914c22013db Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Mon, 7 Nov 2022 22:26:11 +0100 Subject: [PATCH] Ignore vendor libraries for language statistics --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 51cb6ab..d5e5d27 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -lib/* linguist-vendored +lib/** linguist-vendored