From 64b56a642d390bec316a22c17537fcf3c061d800 Mon Sep 17 00:00:00 2001 From: eneller Date: Sat, 15 Feb 2025 01:09:35 +0100 Subject: [PATCH] chore: gitattributes ignore css in linguist stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6622ee6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.css linguist-vendored