chore: add .gitattributes file
Add initial .gitattributes file to standardize line endings and file handling across different operating systems. This will help prevent issues with line ending inconsistencies between developers working on different platforms.
This commit is contained in:
parent
fe52311bf4
commit
010677cbee
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
@ -0,0 +1,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
|
Loading…
x
Reference in New Issue
Block a user