Files
scrying-pool/.gitignore
T
uberwald e4b69b6141 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>
2026-05-24 14:07:27 +02:00

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