From 825c0afade3bedc8af7ccdd6e15eca9da12b6787 Mon Sep 17 00:00:00 2001 From: Pomax Date: Sat, 7 Aug 2021 09:19:58 -0700 Subject: [PATCH] Update .gitattributes --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 995871e8..bb4a53bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,10 +2,12 @@ # Github's insistence that only the "docs" dir or root can be web roots is idiotic docs/*.* -linguist-documentation -*.md linguist-detectable # Except for the legacy PHP files, consider those "vender" files to be excluded from the stats docs/*.php linguist-vendored # This is the Perl file from https://github.com/Pomax/tex2utf *.pl linguist-vendored + +# And let's make sure that markdown is called that. +*.md linguist-language=Markdown