mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-03-15 11:50:12 +01:00
19 lines
653 B
Plaintext
19 lines
653 B
Plaintext
# Linguist overrides. See https://github.com/github/linguist/blob/master/docs/overrides.md for more details.
|
|
|
|
# Github's insistence that only the "docs" dir or root can be web roots is idiotic
|
|
docs/*.* -linguist-documentation
|
|
|
|
# But ignore these autogenerated files
|
|
docs/index.html linguist-generated
|
|
docs/**/index.html linguist-generated
|
|
|
|
# And the legacy PHP files, consider those "vender" files to be excluded from the stats
|
|
docs/*.php linguist-vendored
|
|
|
|
# This is the Perl file from https://github.com/Pomax/tex2utf
|
|
*.pl linguist-vendored
|
|
|
|
# And let's make sure that markdown is called that.
|
|
*.md linguist-detectable
|
|
*.md linguist-language=markdown
|