From 18e98a954df685cd30826e99842467377c334811 Mon Sep 17 00:00:00 2001 From: jiawei Date: Sun, 30 Aug 2026 17:30:00 +0800 Subject: [PATCH] chore: exclude bundled font 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..f83fb5d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/src/app/styles/fonts/*.css linguist-vendored