chore(git): ignore local runtime artifacts and untrack workspace state

This commit is contained in:
zap
2026-03-04 19:15:12 +00:00
parent 808af5ee13
commit be1ce432e1
2 changed files with 6 additions and 4 deletions

6
.gitignore vendored
View File

@@ -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

View File

@@ -1,4 +0,0 @@
{
"version": 1,
"bootstrapSeededAt": "2026-03-02T19:07:09.443Z"
}