Update .gitattributes
This commit is contained in:
12
.gitattributes
vendored
12
.gitattributes
vendored
@@ -1,6 +1,12 @@
|
|||||||
# Ignore Markdown files for language statistics
|
# Documentation
|
||||||
*.html linguist-detectable=false
|
*.html linguist-documentation
|
||||||
|
docs/* linguist-documentation
|
||||||
|
docs/examples/* linguist-documentation
|
||||||
docs/md_v2/* linguist-documentation
|
docs/md_v2/* linguist-documentation
|
||||||
|
|
||||||
# Force Python files to be detected
|
# Explicitly mark Python as the main language
|
||||||
|
*.py linguist-detectable=true
|
||||||
*.py linguist-language=Python
|
*.py linguist-language=Python
|
||||||
|
|
||||||
|
# Exclude HTML from language statistics
|
||||||
|
*.html linguist-detectable=false
|
||||||
|
|||||||
Reference in New Issue
Block a user