mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:48:38 +00:00
chore: add agent credentials to gitignore (#9874)
Protect sensitive files from accidental commit: - memory/ (moltbook credentials, session data) - .agent/*.json (agent config, moltbook.json) Workflows in .agent/workflows/ remain tracked. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -71,3 +71,8 @@ USER.md
|
|||||||
|
|
||||||
# local tooling
|
# local tooling
|
||||||
.serena/
|
.serena/
|
||||||
|
|
||||||
|
# Agent credentials and memory (NEVER COMMIT)
|
||||||
|
memory/
|
||||||
|
.agent/*.json
|
||||||
|
!.agent/workflows/
|
||||||
|
|||||||
Reference in New Issue
Block a user