From c6020b97ecc3b69f24bfdc01cea9afb0c841e2a9 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 28 Nov 2025 01:19:55 -0600 Subject: [PATCH] test: addressing gitlab bug --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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