mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user