File size: 331 Bytes
03c0888
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# Documentation
*.html linguist-documentation
docs/* linguist-documentation
docs/examples/* linguist-documentation
docs/md_v2/* linguist-documentation

# Explicitly mark Python as the main language
*.py linguist-detectable=true
*.py linguist-language=Python

# Exclude HTML from language statistics
*.html linguist-detectable=false