mirror of https://github.com/garrytan/gstack.git
chore: gitignore Claude Code harness runtime artifacts
.claude/scheduled_tasks.lock appears when ScheduleWakeup fires. It's a runtime lock file owned by the Claude Code harness, not project source. Add .claude/*.lock too so future harness artifacts in that directory don't need their own gitignore entries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b01c6b8bce
commit
fb8b0cdc1f
|
|
@ -6,6 +6,8 @@ design/dist/
|
||||||
bin/gstack-global-discover
|
bin/gstack-global-discover
|
||||||
.gstack/
|
.gstack/
|
||||||
.claude/skills/
|
.claude/skills/
|
||||||
|
.claude/scheduled_tasks.lock
|
||||||
|
.claude/*.lock
|
||||||
.agents/
|
.agents/
|
||||||
.factory/
|
.factory/
|
||||||
.kiro/
|
.kiro/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue