-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.clawhubignore
More file actions
66 lines (56 loc) · 1.12 KB
/
.clawhubignore
File metadata and controls
66 lines (56 loc) · 1.12 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
# ClawHub bundle: ship only SKILL.md + scripts/*.py + swarm-blackboard.md + requirements.txt
# Exclude everything else so TypeScript/Node.js docs don't leak into the Python-only skill bundle.
# ── TypeScript source & build ──
*.ts
dist/
lib/
adapters/
types/
bin/
# ── Node.js / config ──
tsconfig.json
tsconfig.build.json
package.json
package-lock.json
node_modules/
setup.ts
scripts/postinstall.js
# ── Tests ──
test.ts
test-*.ts
# ── All docs except SKILL.md ──
README.md
QUICKSTART.md
CHANGELOG.md
LICENSE
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
ARCHITECTURE.md
ENTERPRISE.md
INTEGRATION_GUIDE.md
BENCHMARKS.md
ADOPTERS.md
AUDIT_LOG_SCHEMA.md
RELEASING.md
CLAUDE.md
CODEX.md
SHOW_HN.md
AWESOME_LISTS.md
claude-project-prompt.md
# ── Reference docs (TypeScript-specific) ──
references/
# ── OpenAPI / tooling (TypeScript MCP server) ──
openapi.yaml
claude-tools.json
# ── Examples (TypeScript) ──
examples/
# ── Website (TypeScript/Node.js marketing site) ──
docs/
# ── CI/CD ──
.github/
# ── Misc ──
.gitignore
.npmignore
err.txt
socket.json