-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (43 loc) · 804 Bytes
/
.gitignore
File metadata and controls
50 lines (43 loc) · 804 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
# Bot runtime
bot/node_modules/
bot/dist/
# Bot data (runtime state)
data/
# Beads task DB (local)
.beads/
dolt/
dolt-server.*
# Workspace user data
memory/*
!memory/.gitkeep
!memory/auto/
!memory/diary/
memory/auto/*
!memory/auto/.gitkeep
memory/diary/*
!memory/diary/.gitkeep
.claude/settings.local.json
.claude/rules/custom/*
!.claude/rules/custom/.gitkeep
reference/*
!reference/governance/
reference/governance/*
!reference/governance/decisions.md.example
orphan-allowlist.local.txt
# Consolidation runtime state
.consolidation.lock/
.consolidation-state.json
*.consolidation-backup
# Ralphex
completed/
# Instance config overrides (user creates from .example)
config.local.yaml
crons.local.yaml
# OS
.DS_Store
*.bak
*.log
node_modules/
.ralphex/config
.ralphex/progress/
.ralphex/worktrees/