e4b69b6141
- 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>
20 lines
199 B
Plaintext
20 lines
199 B
Plaintext
# Build output - except the compiled CSS which is required for distribution
|
|
dist/
|
|
!dist/styles/
|
|
node_modules/
|
|
*.zip
|
|
*.lock
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|