From 6c8f12a1f3f8998a69132396a6014e12a56c761d Mon Sep 17 00:00:00 2001 From: Alpamys Date: Sat, 25 Apr 2026 00:01:15 +0500 Subject: [PATCH] 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) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ea14a3b..0d3a1a8 100644 --- a/.gitignore +++ b/.gitignore @@ -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/