My-Weekly-ToDo-List/.gitignore
mARTin-B78 f54dde3689 feat(design): add v2 design tokens
Add --ink-*, --accent, --line, --bg, --paper, --tasks-bg, calendar-source
event palette, and all-day chip palette as CSS custom properties. Tokens
alias existing --weekly-* vars where a match exists so no existing styles
are affected. Also adds docs/design/ to .gitignore.

v1.105.0
2026-05-10 14:06:15 +02:00

46 lines
547 B
Plaintext

# OS-specific files
.DS_Store
Thumbs.db
# Editor/IDE folders
.vscode/
.idea/
*.swp
# Python virtual environment
.venv/
# Sensitive data
Inspiration/
.env
.env.local
.env.production
.env.development
.env.docker
.env.docker.dev
.env.docker.local
# Logs and temp files
*.log
tmp/
data/
# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/
# Development database
prisma/dev.db
prisma/dev.db-journal
# Next.js
.next/
certificates
# Design reference files (not tracked)
docs/design/