mirror of https://github.com/razor-ai/soup.git
chore(gitignore): ignore .claude/scheduled_tasks.lock (harness runtime artifact)
Claude Code's ScheduleWakeup feature writes scheduled_tasks.lock into .claude/ at runtime. Every other .claude/ file is already ignored, so this one was the sole reason `git status` reported the directory as untracked. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4faf5fc933
commit
6c8f12a1f3
|
|
@ -43,6 +43,8 @@ report.xml
|
|||
.claude/plan.md
|
||||
.claude/CLAUDE.md
|
||||
.claude/settings.json
|
||||
.claude/scheduled_tasks.lock
|
||||
.claude/*.lock
|
||||
|
||||
# ECC plugin (local only)
|
||||
.claude/agents/
|
||||
|
|
|
|||
Loading…
Reference in New Issue