gitignore: exclude .claude/ runtime files

The previous commit unintentionally added .claude/scheduled_tasks.lock
which is an agent-runtime artefact, not source. Untrack it and add
.claude/ to .gitignore so it stays out of future commits.
This commit is contained in:
2026-05-24 23:29:06 +02:00
parent 9d5451e0fe
commit 818e71560e
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
{"sessionId":"f7ed922b-c4ce-4e57-9fe1-019511e83999","pid":896,"procStart":"36288444","acquiredAt":1779566389820}
+1
View File
@@ -11,3 +11,4 @@ build-*/
# Forensic snapshot of the corrupted .git from 2026-05-18 10:25
# working-tree wipe. Retained on disk for inspection; not tracked.
.git-broken-2026-05-18/
.claude/