From c11be9e97fa81d5bfcc61db9eeac9db827a16753 Mon Sep 17 00:00:00 2001 From: i-ky Date: Wed, 20 Mar 2024 14:19:43 +0200 Subject: [PATCH] Fine-tune GitHub's language detection for the repo Since the whole repo is dedicated to documentation, documentation is the "source code" of this repo. In order to capture this in language stats (and potentially attract more contributors) count Markdown files in content/ folder as "source". --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 622b3cde2e..2929076bea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto-detect text files, ensure they use LF. * text=auto eol=lf + +# Fine-tune GitHub's language detection +content/**/*.md linguist-detectable