chore: add .dev-state to .gitignore (#41848)

Merged via squash.

Prepared head SHA: 85c4eb7d26
Co-authored-by: smysle <207193754+smysle@users.noreply.github.com>
Co-authored-by: hydro13 <6640526+hydro13@users.noreply.github.com>
Reviewed-by: @hydro13
This commit is contained in:
smysle
2026-03-10 20:35:04 +08:00
committed by GitHub
parent 048e25c2b2
commit d340ea92d1
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -121,3 +121,4 @@ dist/protocol.schema.json
# Synthing
**/.stfolder/
.dev-state

View File

@@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai
### Changes
- Gateway/node pending work: add narrow in-memory pending-work queue primitives (`node.pending.enqueue` / `node.pending.drain`) and wake-helper reuse as a foundation for dormant-node work delivery. (#41409) Thanks @mbelinky.
- Git/runtime state: ignore the gateway-generated `.dev-state` file so local runtime state does not show up as untracked repo noise. (#41848) Thanks @smysle.
- ACP/sessions_spawn: add optional `resumeSessionId` for `runtime: "acp"` so spawned ACP sessions can resume an existing ACPX/Codex conversation instead of always starting fresh. (#41847) Thanks @pejmanjohn.
### Breaking