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