GitHub linguist: Mark .rst files as detectable

Linguist excludes documentation by default, which is not so useful on a
repo dedicated to documentation.
This attribute forces it to take .rst files into account and properly
report this report as being 99% reStructuredText.
This commit is contained in:
Rémi Verschelde
2020-06-16 16:21:39 +02:00
parent c7f36b60a4
commit 34f97a7544

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Properly detect languages on GitHub
*.rst linguist-detectable=true