From d0566094b2be45ef3c18561922cf54baad83b016 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Mon, 16 Dec 2024 23:08:55 +0900 Subject: [PATCH] chore: exclude build.js from language statistics (#673) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5ebab647..5a2e11d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ .husky/install.mjs linguist-vendored /*.config.* -linguist-detectable +/build.js -linguist-detectable