Update .gitignore to allow dist/styles/ for CSS distribution

- Changed .gitignore to ignore dist/ but allow dist/styles/
- This allows the compiled CSS to be tracked while still ignoring other build artifacts

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-05-24 14:07:27 +02:00
parent e7f094b469
commit e4b69b6141
+2
View File
@@ -1,4 +1,6 @@
# Build output - except the compiled CSS which is required for distribution
dist/
!dist/styles/
node_modules/
*.zip
*.lock