From 342d89e25f2f3fd4452aa65aa838277ea78c6d49 Mon Sep 17 00:00:00 2001 From: FTS Date: Mon, 10 Nov 2025 12:47:56 -0600 Subject: [PATCH] Exclude any version of the xxHash folder from the language detection scan --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c600572..e66b0ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -xxHash-0.8.2/* linguist-detectable=false +xxHash-*/* linguist-detectable=false