From 6acbf029daa2b767846d2cca1c9c9b27d1dbd095 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sun, 9 Aug 2026 15:35:10 +0200 Subject: [PATCH] gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0fc0e3c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Exclude CSS from GitHub language statistics +*.css linguist-vendored=true