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".
This commit is contained in:
i-ky 2024-03-20 14:19:43 +02:00 committed by GitHub
parent b808684e04
commit c11be9e97f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored
View File

@ -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