From b1bc2d47a523749b6b073812871220a0e8704424 Mon Sep 17 00:00:00 2001 From: Manuel B Date: Mon, 11 Jan 2021 21:09:49 +0100 Subject: [PATCH] exclude directory test from language detection --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 10912692d3..548139e69e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -/site/* -linguist-detectable +/site/** -linguist-detectable +/test/** -linguist-detectable