-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
51 lines (44 loc) · 836 Bytes
/
Copy path.npmignore
File metadata and controls
51 lines (44 loc) · 836 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
# Test files
tests/
test/
# Development files
.github/
.gitlab-ci-mindforge.yml
.husky/
.aava/
.claude/
.git/
.planning/AUDIT.jsonl
.planning/jira-sync.json
.planning/slack-threads.json
# Database files (generated at runtime)
*.db
*.db-journal
*.db-wal
# Operational state (generated at runtime)
*.jsonl
# ...but the imported-subagent index MUST ship — it powers the subagent loader.
# Negation guard so a future files-allowlist refactor can't silently drop it.
!.mindforge/imported-agents.jsonl
# Heavy documentation (available on GitHub)
docs/References/
docs/Context/
docs/Templates/
docs/adr/
docs/architecture/
# Build/dev artifacts
node_modules/
sdk/node_modules/
sdk/dist/
coverage/
*.log
# OS files
.DS_Store
Thumbs.db
# Config that shouldn't ship
.npmrc
.czrc
auto-pr.yml
skills-lock.json
AGENTS.md
AGENTS_LEARNING.md