2
0
Эх сурвалжийг харах

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.
Rémi Verschelde 5 жил өмнө
parent
commit
34f97a7544
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

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