From 7c0e117c79721c3fa45b84008131e84d9b7bc6b4 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Mon, 16 Dec 2024 14:23:44 +0000 Subject: [PATCH] chore: exclude config files from language statistics --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index a462b86..223ce24 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ * text=auto eol=lf dist/** -diff linguist-generated + +/*.config.* -linguist-detectable