chore: translate .gitignore comments to English and add audit report patterns
This commit is contained in:
+14
-9
@@ -1,10 +1,10 @@
|
|||||||
# Abhängigkeiten
|
# Dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
# Umgebungsvariablen (NIEMALS committen)
|
# Environment variables (NEVER commit)
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# Datenbank
|
# Database
|
||||||
*.db
|
*.db
|
||||||
*.db-shm
|
*.db-shm
|
||||||
*.db-wal
|
*.db-wal
|
||||||
@@ -17,12 +17,12 @@ logs/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# Build-Artefakte & Test-Coverage
|
# Build artifacts & test coverage
|
||||||
dist/
|
dist/
|
||||||
.cache/
|
.cache/
|
||||||
coverage/
|
coverage/
|
||||||
|
|
||||||
# Lokales Docker-Volume
|
# Local Docker volume
|
||||||
data/
|
data/
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
@@ -31,16 +31,21 @@ data/
|
|||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
# Claude Code (enthält lokale Berechtigungen und ggf. Tokens)
|
# Claude Code (contains local permissions and possibly tokens)
|
||||||
.claude/
|
.claude/
|
||||||
|
|
||||||
# Git Worktrees
|
# Git worktrees
|
||||||
.worktrees/
|
.worktrees/
|
||||||
|
|
||||||
# Claude Code Arbeitsdokumente (interne Pläne/Specs, nicht für Contributors)
|
# Claude Code work documents (internal plans/specs, not for contributors)
|
||||||
docs/superpowers/
|
docs/superpowers/
|
||||||
|
|
||||||
# Textdateien mit Tokens/Keys (Sicherheitsnetz)
|
# Audit reports (generated per-session, not for version control)
|
||||||
|
docs/audit-report-*.md
|
||||||
|
docs/claude-md-audit.md
|
||||||
|
docs/repo-audit-*.md
|
||||||
|
|
||||||
|
# Text files with tokens/keys (safety net)
|
||||||
*.txt
|
*.txt
|
||||||
!public/robots.txt
|
!public/robots.txt
|
||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
|
|||||||
Reference in New Issue
Block a user