chore: stop tracking .claude/scheduled_tasks.lock

This machine-local Claude Code runtime lock was committed long ago in
e3823ce4 (shared main history) and later removed on upstream/main. Our
fork's main never got that removal, so the branch still carried it and
the PR diff was re-introducing it into upstream/main.

Untrack it (`git rm --cached`, local copy kept) and gitignore it so it
never returns. Since the base (upstream/main) already lacks the file,
removing it at the branch tip drops it from the PR diff entirely.
This commit is contained in:
Bradley Nelson
2026-07-21 19:12:49 -06:00
parent 3ad38ddde7
commit 236af61dc2
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -126,3 +126,6 @@ tests/load/storage/
# `cargo bench --features bench`; drop real photos here (same filenames) to
# benchmark against real data. (target/ already ignored, covers the JSON dump.)
benches/corpus/
# Claude Code scheduled-tasks runtime lock — machine-local, never committed.
.claude/scheduled_tasks.lock