chore(git): ignore .claude/ local state
test / unit (push) Successful in 13s
test / integration (push) Successful in 13s

The directory carries this session's scheduled-tasks lock file and
agent-memory cache; both are per-user state, not project artifacts.
Stops `git status` from listing it on every command.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-12 15:13:43 -04:00
parent 235e9ff4ea
commit 6eb898ffca
+3
View File
@@ -1,6 +1,9 @@
.DS_Store
Thumbs.db
# Claude Code local state — agent memory, scheduler lock, etc.
.claude/
# mcp-server (TypeScript)
mcp-server/node_modules/
mcp-server/dist/