-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (34 loc) · 1.14 KB
/
.gitignore
File metadata and controls
44 lines (34 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.DS_Store
certs/
*.key
# ── Secrets & user config (never commit) ───────────────────────
.env
stack.yml
openclaw-config.env
# ── Per-claw env files ────────────────────────────────────────
*.env
# New config structure: track default/ and example/; ignore user-created claw configs
openclaw/*
!openclaw/default/
!openclaw/example/
!openclaw/README.md
# Downloaded live configs from VPS (via sync-down-configs.sh)
openclaw/*/openclaw.live-version.jsonc
# ── Build output ───────────────────────────────────────────────
.deploy/
node_modules/
tmp/
_bak/
source/
.wrangler/
# Worker configs contain environment-specific values (D1 database IDs, worker names).
# Use wrangler.jsonc.example as template — see playbooks/01-workers.md.
workers/*/wrangler.jsonc
# Local syncs from VPS (via scripts/sync-configs.sh and scripts/sync-media.sh)
synced/
media/
agents/
screencasts/
.deploy-logs/
# CLI binary (built from cli/)
/claw