Skip to content

Commit c11be9e

Browse files
authored
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".
1 parent b808684 commit c11be9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Auto-detect text files, ensure they use LF.
22
* text=auto eol=lf
3+
4+
# Fine-tune GitHub's language detection
5+
content/**/*.md linguist-detectable

0 commit comments

Comments
 (0)