From 60c414160441c2833d4d47563c6c161ece0ed73c Mon Sep 17 00:00:00 2001 From: myhloli Date: Mon, 4 Nov 2024 18:52:22 +0800 Subject: [PATCH] chore: add CSS and SCSS files to linguist-vendored- Update .gitattributes to mark CSS and SCSS files as vendored- Ensure these files are not included in language statistics --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 72e18b36..9ed58410 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ *.js linguist-vendored *.mjs linguist-vendored -*.html linguist-documentation \ No newline at end of file +*.html linguist-documentation +*.css linguist-vendored +*.scss linguist-vendored \ No newline at end of file