From 67dcc7c41c1fe29efdddbc569e27d764712a79a0 Mon Sep 17 00:00:00 2001 From: Antoine SOULIER Date: Tue, 19 Apr 2022 09:38:50 +0200 Subject: [PATCH] Disable linguist detectable for test files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0a6129d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test/* linguist-detectable=false