From 5e418210f8f773550c0002ca414bfe26e63b46a4 Mon Sep 17 00:00:00 2001 From: Cody Ko In A Box Date: Sun, 28 May 2023 04:07:54 -0300 Subject: [PATCH] GitHub will now display Markdown as the repo's language GitHub's linguistic will now detect and display markdown as a language --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ff374d7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.md linguist-vendored=false +*.md linguist-generated=false +*.md linguist-documentation=false +*.md linguist-detectable=true