From b4f8921321049f963806a3096b8d117d28fa3bcf Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Tue, 7 Feb 2017 04:48:08 -0600 Subject: [PATCH] Update .gitattributes --- .gitattributes | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index d35c4f7..5b88035 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,5 @@ -**/_vendor/** linguist-vendored=true -**/docs/** linguist-documentation=true -themes/_vendor/* linguist-vendored -web-greeter/resources/js/_vendor/* linguist-vendored -web-greeter/resources/js/docs/* linguist-documentation - +themes/_vendor/css/*.css linguist-vendored +themes/_vendor/fonts/*/*.css linguist-vendored +themes/_vendor/js/*.js linguist-vendored +web-greeter/resources/js/_vendor/*.js linguist-vendored +web-greeter/resources/js/docs/*.js linguist-documentation