1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Fix line endings and add a .gitattributes file.

The .gitattributes file can be used to enforce and manage the types of line
endings desired for specific types of files at the repository, as well as
to manage GitHub's automatic detection of documentation and the types of
programming languages used at the repository.

I've commented links to the relevant documentation within the attached
.gitattributes file to assist with guiding future additions to the file.
This commit is contained in:
Caleb Mazalevskis 2022-07-04 23:48:34 +08:00
parent 4fbf687c2f
commit 18f48303d9
No known key found for this signature in database
GPG key ID: 082E6BC1046FAB95
6 changed files with 185 additions and 167 deletions

18
.gitattributes vendored Normal file
View file

@ -0,0 +1,18 @@
# AVideo .gitattributes file.
# Refer to:
# https://help.github.com/articles/dealing-with-line-endings/
*.yaml eol=lf
*.yml 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