mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
18 lines
380 B
Text
18 lines
380 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-detectable
|
|
vendor/* -linguist-detectable
|