chore: gitignore .claude/ harness state #129

Merged
razvandimescu merged 1 commits from chore/gitignore-claude into main 2026-04-22 21:39:57 +08:00
razvandimescu commented 2026-04-22 21:35:54 +08:00 (Migrated from github.com)

Summary

  • Adds .claude/ to .gitignore so Claude Code's per-session state (settings.local.json, task locks, worktree metadata) can't accidentally be committed.

Test plan

  • git check-ignore -v .claude/settings.local.json points at the new .gitignore line.
  • git status on a fresh clone with a populated .claude/ shows nothing.
## Summary - Adds `.claude/` to `.gitignore` so Claude Code's per-session state (`settings.local.json`, task locks, worktree metadata) can't accidentally be committed. ## Test plan - [ ] `git check-ignore -v .claude/settings.local.json` points at the new `.gitignore` line. - [ ] `git status` on a fresh clone with a populated `.claude/` shows nothing.
Sign in to join this conversation.