From be1ce432e1fc1648c5fc3a0da92ac75f8e9af1c8 Mon Sep 17 00:00:00 2001 From: zap Date: Wed, 4 Mar 2026 19:15:12 +0000 Subject: [PATCH] chore(git): ignore local runtime artifacts and untrack workspace state --- .gitignore | 6 ++++++ .openclaw/workspace-state.json | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 .openclaw/workspace-state.json diff --git a/.gitignore b/.gitignore index 91ae10b..5d9bb36 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,12 @@ .openclaw/credentials/ .openclaw/workspace-state.json +# Local workspace runtime data (high churn) +memory/ +.clawhub/ +bin/ +patches/ + # Logs and local runtime artifacts logs/ *.log diff --git a/.openclaw/workspace-state.json b/.openclaw/workspace-state.json deleted file mode 100644 index 4109267..0000000 --- a/.openclaw/workspace-state.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "version": 1, - "bootstrapSeededAt": "2026-03-02T19:07:09.443Z" -}