1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-02 17:29:20 +02:00
Oinktube/.gitattributes
2023-06-13 12:59:02 +08:00

23 lines
495 B
Text

# AVideo .gitattributes file.
# Refer to:
# https://help.github.com/articles/dealing-with-line-endings/
*.yaml text eol=lf
*.yml text eol=lf
# Refer to:
# https://github.com/github/linguist
*.md linguist-documentation
*.txt linguist-documentation
.github/* -linguist-detectable
.vscode/* -linguist-detectable
node_modules/* linguist-vendored
vendor/* linguist-vendored
*.php linguist-language=PHP
*.js linguist-language=JavaScript
*.html linguist-language=HTML
*.css linguist-language=CSS