From 2494b4f5e91615ea7f0b6c5864e7fe82ec72baf0 Mon Sep 17 00:00:00 2001 From: Indra <86242283+VajraOfIndra@users.noreply.github.com> Date: Sat, 4 Dec 2021 09:21:35 +0000 Subject: [PATCH] Recognize Markdown as language in repo (#817) --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0a06c2b0b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Linguist overrides +*.md linguist-detectable=true +README.md linguist-detectable=false +readme.md linguist-detectable=false