From 7500b9dcd535a3bb440db8faff5fbd500e3f8028 Mon Sep 17 00:00:00 2001 From: Luca Zeuch Date: Thu, 3 Oct 2024 15:01:15 +0200 Subject: [PATCH] meta: let github-linguist detect markdown files [skip ci] - this does not affect the rendered site. Signed-off-by: Luca Zeuch --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 834ea96..8bdae00 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,8 +14,9 @@ # SVGs should be handled as text, though. *.svg text -# Do some GitHub stats trickery. -_vendor/* linguist-vendored=true +# The majority of our files are Markdown, therefore they should be visible in +# language statistics on GitHub. +*.md linguist-detectable # Scripts *.bash text eol=lf