From 570ef0b56bad93b43a10fabdf808859c921875d1 Mon Sep 17 00:00:00 2001 From: Antoine Soulier Date: Thu, 4 Jan 2024 12:04:30 -0800 Subject: [PATCH] Disable linguist detectable for test files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0a6129d..09c2594 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +conformance/* linguist-detectable=false test/* linguist-detectable=false