- Removed .claude/ from .gitignore - Memory files should be shared with team - Added pattern: "Memory must be committed to Git" - Added gotcha: "SessionEnd hook doesn't support prompt type" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
87 B
Plaintext
13 lines
87 B
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local testing
|
|
*.local.*
|