We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1975e commit c110d45Copy full SHA for c110d45
.gitattributes
@@ -1,6 +1,12 @@
1
-# Ignore Markdown files for language statistics
2
-*.html linguist-detectable=false
+# Documentation
+*.html linguist-documentation
3
+docs/* linguist-documentation
4
+docs/examples/* linguist-documentation
5
docs/md_v2/* linguist-documentation
6
-# Force Python files to be detected
7
+# Explicitly mark Python as the main language
8
+*.py linguist-detectable=true
9
*.py linguist-language=Python
10
+
11
+# Exclude HTML from language statistics
12
+*.html linguist-detectable=false
0 commit comments