From 9033db98ca7c4f242a51bdf3181407ef5e2d0d8a Mon Sep 17 00:00:00 2001 From: Abhishek Soni Date: Thu, 13 Jul 2017 13:53:00 +0530 Subject: [PATCH] Fix #134: github-linguist-fix --- .gitattributes | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 295a5c38..4d0ad578 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,5 @@ # Fixing language bar in github. To make this pure JS # See: https://github.com/github/linguist#overrides # -src/* linguist-vendored -test/src/* linguist-vendored -gulpfile.js linguist-vendored +test/html/* linguist-vendored +gulpfile.js linguist-vendored \ No newline at end of file