-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (47 loc) · 712 Bytes
/
.gitignore
File metadata and controls
52 lines (47 loc) · 712 Bytes
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
45
46
47
48
49
50
51
52
# Environment files
*.env
!openclaw/bots/example.env
# Runtime state
openclaw/runtime/
openclaw/workspaces/*/state/
openclaw/workspaces/*/memory/
openclaw/workspaces/*/research/
openclaw/workspaces/*/logs/
# Build output
/bin/
/claw
/claw-api
/build/
Dockerfile.generated
# Standard Go ignores
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
coverage.out
cover.out
.coverprofile
# Local/OS artifacts
*.log
*.tmp
err.txt
out.txt
.DS_Store
packages/
cmd/clawdash/node_modules/
# Clawdapus specific
*.generated.yml
.claw-runtime/
.claw-memory/
.claw-session-history/
.claw-auth/
testdata/*
!testdata/openclaw-stub/
!testdata/microclaw-stub/
!testdata/tool-stub/
*-notes.md
.claude/settings.local.json
.worktrees/