diff --git a/.gitattributes b/.gitattributes index e16895c..0d46cd0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ -public/js/* linguist-vendored=false -public/css/* linguist-vendored=false +*.js linguist-vendored +*.css linguist-vendored +*.scss linguist-vendored=false