From 91288156e8007ab94be69df15888ef31871c2001 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 28 Nov 2025 00:58:58 -0600 Subject: [PATCH] test: addressing gitlab bug --- packages/website/frontend/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 packages/website/frontend/.gitattributes diff --git a/packages/website/frontend/.gitattributes b/packages/website/frontend/.gitattributes new file mode 100644 index 0000000..21a9852 --- /dev/null +++ b/packages/website/frontend/.gitattributes @@ -0,0 +1,2 @@ +*.elm linguist-language=Elm +*.html linguist-language=HTML