43 lines
486 B
Plaintext
43 lines
486 B
Plaintext
# Claude Configuration Git Ignore
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Sensitive and local configuration
|
|
.env
|
|
.env.local
|
|
.mcp.json
|
|
settings*.json
|
|
settings*.json.bak
|
|
*.backup
|
|
|
|
# History and session data
|
|
history.jsonl
|
|
session-env/
|
|
shell-snapshots/
|
|
file-history/
|
|
|
|
# Cache and temporary files
|
|
cache/
|
|
debug/
|
|
downloads/
|
|
ide/
|
|
logs/
|
|
paste-cache/
|
|
todos/
|
|
|
|
# Telemetry and statistics
|
|
telemetry/
|
|
stats-cache.json
|
|
statsig/
|
|
|
|
# Other temporary files
|
|
docs/
|
|
plan/
|
|
plans/
|
|
projects/
|
|
temp/
|
|
tasks/
|
|
teams/
|