chore(gitignore): ignore status/ directory
Excludes runtime workflow state (import queue, phase progress, orchestrator status) from version control. These are ephemeral artifacts of running the app, not source.
This commit is contained in:
parent
f77926b88a
commit
71a3e430b7
|
|
@ -57,3 +57,6 @@ temp/
|
|||
|
||||
# Harness runtime state
|
||||
.harness/*.json
|
||||
|
||||
# Workflow runtime state (recipe import processing)
|
||||
status/
|
||||
|
|
|
|||
Loading…
Reference in New Issue