From 6499fd85b4110514710d3af06f4301ff876455c0 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sun, 16 Jun 2024 20:52:49 +0200 Subject: [PATCH] Make markdown detectable by linguist (#179) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a252d3d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.md linguist-detectable