blob: a0cb2823cf22bc19de98112592f3a6053eca2133 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Git
- Never add a `Co-Authored-By` line to commit messages.
# CLAUDE.md memory
- Create project memory CLAUDE.md at `./.claude/CLAUDE.md,` not `./CLAUDE.md`. Do not commit it to git.
# .gitignore
- Never add `.claude` and `.directory` to local `.gitignore`. These patterns are globally ignored.
|