-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (75 loc) · 2.42 KB
/
Copy path.gitignore
File metadata and controls
84 lines (75 loc) · 2.42 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
83
84
node_modules/
scratch-pad/
# Upstream source repo (its own git repo) — content is ported into subagents/
awesome-claude-code-subagents/
# ECC donor repo (its own git repo) — capabilities are ported into MindForge per
# the feat/ecc-upgrade plan; the donor itself must never be committed.
ECC/
# Serena MCP project cache (generated)
.serena/
.env
.env.*
*.log
.DS_Store
Thumbs.db
dist/
# ...but the MCP server's COMPILED dist must ship inside the plugin (a github-source
# plugin install copies committed files; an unbuilt dist would mean no MCP server).
# This is the generated, committed bundle — distinct from mcp-server/dist (build artifact).
!plugins/mindforge/mcp/dist/
!plugins/mindforge/mcp/dist/**
build/
coverage/
.nyc_output/
*.local
*.key
*.pem
# Security scan reports (may contain vulnerability details)
# Remove from this list if your repo is private and team visibility is desired
# .planning/SECURITY-SCAN-*.md
# .planning/phases/*/SECURITY-REVIEW-*.md
# Uncomment the above ONLY if this is a public repository.
# Private repos: keep scan reports for team review and audit history.
# MindForge v2 — knowledge graph (contains project-specific insights)
# NOTE: Teams may CHOOSE to commit .mindforge/memory/ for shared team memory
# The decision depends on sensitivity of decisions and patterns stored.
# By default: gitignored. Opt-in to git tracking by removing these lines.
.mindforge/memory/*.jsonl
temp-test-install/
tests/tmp-graph/
# Husky
.husky/_
.agents/
.claude/
.planning/history/
.planning/TEMPORAL-TEST.md
MIND-FORGE-V6-ENTERPRISE-PROPOSAL.md
.planning/RISK-AUDIT.jsonl
ROADMAP_V7.md
.mindforge/*.db
.mindforge/*.db-journal
.mindforge/*.db-wal
.mindforge/*.db-shm
# Transient atomic-write temp files (UC-09 durable writes: tmp + rename).
# Scoped to the only dirs that actually produce them (.mindforge/, .planning/)
# instead of an over-broad unanchored *.tmp.[0-9]* that could match anything.
.mindforge/*.tmp.*
.planning/*.tmp.*
.mindforge/memory/sync-manifest.json
# Runtime auth tokens (generated at server startup, never commit)
.mindforge/.dashboard-token
.mindforge/.browser-daemon-token
*.mfb
.npm-cache/
.npmrc
# Runtime-generated artifacts (produced by tests and execution)
.planning/AUDIT.jsonl
.planning/ROI.jsonl
.planning/TEST_AUDIT.jsonl
.planning/decisions/SRE-*.md
.planning/decisions/ADR-*.md
.planning/memories/
.mindforge/audit/AUDIT.jsonl
.mindforge/audit/manifests/
.mindforge/metrics/token-usage.jsonl
.gstack/