From b16991ab4bd9428f93fb2055b8e124657ac314f2 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Sat, 30 May 2026 11:32:05 +0700 Subject: [PATCH] phase2: expand .gitignore, remove .openclaw from tracking --- .gitignore | 8 ++++++++ .openclaw/workspace-state.json | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 .openclaw/workspace-state.json diff --git a/.gitignore b/.gitignore index 39cb0bc0..b1aff92f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,11 @@ db/ lists/ key.gpg Release.gpg + +# Local agent files +.openclaw/ +.stfolder/ + +# Build temporary directories +incoming/ +morgue/ diff --git a/.openclaw/workspace-state.json b/.openclaw/workspace-state.json deleted file mode 100644 index d078030e..00000000 --- a/.openclaw/workspace-state.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": 1, - "bootstrapSeededAt": "2026-04-27T05:07:31.413Z", - "setupCompletedAt": "2026-04-22T04:57:11.467Z" -}