Skip to content

Commit b55e774

Browse files
chore: gitignore .claude/scheduled_tasks.lock
Claude Code writes a local scheduled-task lock under .claude/ next to the tracked settings.json. Ignore it so it stops surfacing in git status and can't be swept into a `git add -A`. Targeted entry — settings.json stays tracked. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bd90a61 commit b55e774

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ Brewfile.lock.json
1818
.DS_Store
1919

2020
# Claude workspace directories
21-
.claude-workspace/
21+
.claude-workspace/
22+
23+
# Claude Code local scheduled-task lock
24+
.claude/scheduled_tasks.lock

0 commit comments

Comments
 (0)