From 21bc6dd7fc25212b457e80b80d7d7229d383ec6f Mon Sep 17 00:00:00 2001 From: Caleb Mazalevskis Date: Tue, 13 Jun 2023 12:59:02 +0800 Subject: [PATCH] Update .gitattributes --- .gitattributes | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index f4692aca7c..6b47d1a923 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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