mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-02 17:29:20 +02:00
23 lines
495 B
Text
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
|