From 259d222202038a64632442314fa99f23e0b7dc71 Mon Sep 17 00:00:00 2001 From: Adrian Sieber Date: Fri, 16 Feb 2024 18:32:12 +0000 Subject: [PATCH] Don't include target languages for repo language detection --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94db3fc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +purescript/** -linguist-detectable +haskell/** -linguist-detectable