chore: untrack .claude/ session artifact, add to .gitignore
CI / cargo fmt --check (push) Successful in 34s
CI / cargo clippy (push) Successful in 40s
CI / cargo test (push) Successful in 41s
CI / editor keymaps (push) Successful in 1m41s

`git add -A` in the previous commit accidentally swept in
.claude/scheduled_tasks.lock — a Claude Code local runtime artifact. Remove
it from the index and gitignore the .claude/ dir so it can't recur.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-31 20:11:31 +00:00
parent a7f7e8e61f
commit fe116088bb
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
{"sessionId":"26ea731a-0b5f-4222-9367-a179377ba451","pid":62425,"procStart":"58664295","acquiredAt":1780256801626}
+3
View File
@@ -14,3 +14,6 @@
# Vim help tags (regenerated by :helptags) # Vim help tags (regenerated by :helptags)
doc/tags doc/tags
# Claude Code local session artifacts
.claude/