1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-02 17:29:20 +02:00

Update .gitattributes

This commit is contained in:
Caleb Mazalevskis 2023-06-13 12:59:02 +08:00 committed by GitHub
parent 18ac8828c6
commit 21bc6dd7fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.gitattributes vendored
View file

@ -14,5 +14,10 @@
.github/* -linguist-detectable
.vscode/* -linguist-detectable
node_modules/* -linguist-detectable
vendor/* -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