Files
oikos/.gitignore
T
Ulas 8e01d4c749 Add theme-adaptive screenshots to README and fix manifest icons
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>
2026-03-29 00:42:24 +01:00

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