Skip to content

Commit 56c1416

Browse files
yeyu-nvidiakevalmorabia97
authored andcommitted
chore: stop tracking .claude/scheduled_tasks.lock (#1758)
## What Remove `.claude/scheduled_tasks.lock` from version control and add a `.gitignore` rule so it is never committed again. ## Why This file is an **ephemeral Claude Code scheduler lock** — its contents are runtime process state (`sessionId`, `pid`, `procStart`, `acquiredAt`), not source. It was accidentally committed in #1623 and is currently tracked on `main`. Reported by @sychen52 in [review of #1623](#1623 (review)). ## Changes - `git rm --cached .claude/scheduled_tasks.lock` - Add `.claude/scheduled_tasks.lock` to `.gitignore` 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated repository configuration to exclude internal runtime lock files from version control. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Ye Yu <yeyu@nvidia.com>
1 parent faaf9f4 commit 56c1416

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/scheduled_tasks.lock

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ AGENTS.override.md
6868

6969
# Ignore SonarQube analysis
7070
.sonar/
71+
72+
# Claude Code runtime lock (ephemeral process state — never commit)
73+
.claude/scheduled_tasks.lock

0 commit comments

Comments
 (0)