1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-20 23:41:49 +02:00

Update .gitattributes

This commit is contained in:
Pomax
2021-08-07 09:19:58 -07:00
committed by GitHub
parent e99a922bd4
commit 825c0afade

4
.gitattributes vendored
View File

@@ -2,10 +2,12 @@
# Github's insistence that only the "docs" dir or root can be web roots is idiotic # Github's insistence that only the "docs" dir or root can be web roots is idiotic
docs/*.* -linguist-documentation docs/*.* -linguist-documentation
*.md linguist-detectable
# Except for the legacy PHP files, consider those "vender" files to be excluded from the stats # Except for the legacy PHP files, consider those "vender" files to be excluded from the stats
docs/*.php linguist-vendored docs/*.php linguist-vendored
# This is the Perl file from https://github.com/Pomax/tex2utf # This is the Perl file from https://github.com/Pomax/tex2utf
*.pl linguist-vendored *.pl linguist-vendored
# And let's make sure that markdown is called that.
*.md linguist-language=Markdown