From ef4e2c7cbd83008c2785a6ae987563489f94d3b2 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Mon, 17 Aug 2026 06:38:41 +0200 Subject: [PATCH] Add .gitattributes to exclude CSS from language stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b6c1516 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +src/assets/css/moonweb.css linguist-vendored