From 3c26ce2d93d33801c42d636485c21cb8767c6551 Mon Sep 17 00:00:00 2001 From: zjs81 Date: Thu, 11 Jun 2026 00:10:49 -0700 Subject: [PATCH] chore: stop tracking .claude worktrees and ignore .claude/ The previous commit accidentally added the Claude Code worktree gitlinks under .claude/worktrees. Untrack them and ignore .claude/. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fa4d28d6..6e4fb526 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ keystore.properties # Cloudflare Wrangler .wrangler + +# Claude Code local working dir (worktrees, jobs, settings) +.claude/