From 39a9ba1bdab7b11383210569943bf9c63131c283 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Mon, 7 Nov 2016 00:47:09 +0530 Subject: [PATCH] Github language detection patch Added HTML language to skip language detection list in git attributes to show PHP as project's main language on github. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d26acca77..b155676ba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.css linguist-vendored *.less linguist-vendored *.js linguist-vendored +*.html linguist-vendored