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:
@@ -1 +0,0 @@
|
|||||||
{"sessionId":"f7ed922b-c4ce-4e57-9fe1-019511e83999","pid":896,"procStart":"36288444","acquiredAt":1779566389820}
|
|
||||||
@@ -11,3 +11,4 @@ build-*/
|
|||||||
# Forensic snapshot of the corrupted .git from 2026-05-18 10:25
|
# Forensic snapshot of the corrupted .git from 2026-05-18 10:25
|
||||||
# working-tree wipe. Retained on disk for inspection; not tracked.
|
# working-tree wipe. Retained on disk for inspection; not tracked.
|
||||||
.git-broken-2026-05-18/
|
.git-broken-2026-05-18/
|
||||||
|
.claude/
|
||||||
|
|||||||
Reference in New Issue
Block a user