From 055ea48bc7e69028c0f194dfd8412723e3f7b525 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 19 Feb 2025 20:50:46 +1100 Subject: [PATCH] chore: update .gitignore to exclude compiled CSS files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a547bf3..a33cbe2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,7 @@ dist-ssr *.njsproj *.sln *.sw? + +# Complied Styling file +*.css +*.css.map \ No newline at end of file