From 8b2895ec052aab925656a3b5cc375df0e46e3189 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 28 Nov 2025 01:34:54 -0600 Subject: [PATCH] test: addressing gitlab bug --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index fe5d1ee..9f40a08 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -packages/website/frontend/** linguist-vendored=true -packages/website/frontend/**/*.elm linguist-language=Elm linguist-detectable=true -*.ps linguist-detectable=false -*.eps linguist-detectable=false +*.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