chore: update .gitignore to exclude compiled CSS files

This commit is contained in:
Astrian Zheng 2025-02-19 20:50:46 +11:00
parent 515a22c571
commit 055ea48bc7
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

4
.gitignore vendored
View File

@ -22,3 +22,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?
# Complied Styling file
*.css
*.css.map