d8503bc54b
Internal Claude Code working documents (plans, specs) are not relevant for contributors. Remove tracked files and add to .gitignore. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
43 lines
517 B
Plaintext
43 lines
517 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/
|
|
|
|
# Git Worktrees
|
|
.worktrees/
|
|
|
|
# Claude Code Arbeitsdokumente (interne Pläne/Specs, nicht für Contributors)
|
|
docs/superpowers/
|
|
|
|
# Textdateien mit Tokens/Keys (Sicherheitsnetz)
|
|
*.txt
|
|
!public/robots.txt
|
|
CLAUDE.md
|