diff --git a/.gitattributes b/.gitattributes index 9f40a08..b535ee5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -*.elm linguist-detectable=true linguist-language=Elm linguist-vendored=false linguist-generated=false linguist-documentation=false -*.ps linguist-detectable=false linguist-vendored=true -*.eps linguist-detectable=false linguist-vendored=true -*.html linguist-documentation=true +packages/website/frontend/** linguist-vendored=true +# packages/website/frontend/**/*.elm linguist-language=Elm linguist-detectable=true +*.ps linguist-detectable=false +*.eps linguist-detectable=false