8e01d4c749
Replace old screenshots with new mobile/tablet variants in light and dark mode. README now uses <picture> elements with prefers-color-scheme so screenshots automatically match the viewer's GitHub theme. Split manifest icon purpose field into separate "any" and "maskable" entries per PWA spec. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
37 lines
390 B
Plaintext
37 lines
390 B
Plaintext
# Abhängigkeiten
|
|
node_modules/
|
|
|
|
# Umgebungsvariablen (NIEMALS committen)
|
|
.env
|
|
|
|
# Datenbank
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# System
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build-Artefakte
|
|
dist/
|
|
.cache/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Claude Code (enthält lokale Berechtigungen und ggf. Tokens)
|
|
.claude/
|
|
|
|
# Textdateien mit Tokens/Keys (Sicherheitsnetz)
|
|
*.txt
|
|
!public/robots.txt
|
|
CLAUDE.md
|