-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (65 loc) · 1.24 KB
/
.gitignore
File metadata and controls
82 lines (65 loc) · 1.24 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Build artifacts
/target/
**/*.rs.bk
*.pdb
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment & logs
.env
.env.*
!.env.example
*.log
# === PRIVATE — must NOT leak to public GitHub repo ===
# See CLAUDE.md "Repository Boundary" section for full policy.
# Architecture docs (internal planning, competitive analysis, donor references)
/arch/
/.refs/
/ARCHITECTURE.md
/PRIVACY.md
# Donor codebases (read-only reference, not for distribution)
/ceph/
/dgraph/
/mongo/
/neo4j/
# Fork source trees (separate repos with their own git)
/fjall/
/lsm-tree/
/rust-stemmers/
# Internal planning & fix logs
/fjall-fixes-plan.md
*.plan.md
# Local cargo overrides (path deps for development)
.cargo/config.toml
# Claude Code project config (contains internal workflow, memory, instructions)
/CLAUDE.md
.claude/
# Proto source is a git submodule (coordinode-proto-ce)
# Worktrees
*-wt/
# EE source (separate repo, never in CE)
/coordinode-ee/
/proto-ee/
# Internal analysis, session transcripts, screenshots
*.transcript
/analysis/
/sessions/
# === END PRIVATE ===
# Test artifacts
/tmp/
*.profraw
*.profdata
data/
# Node.js / VitePress docs
node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
docs/api/
.yarn/cache/
.yarn/install-state.gz