forked from ruvnet/agentic-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
117 lines (102 loc) · 1.54 KB
/
.npmignore
File metadata and controls
117 lines (102 loc) · 1.54 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Development and Build Artifacts
node_modules/
.git/
.vscode/
.idea/
*.log
*.tgz
*.DS_Store
# Build caches
dist/
.tsbuildinfo
*.tsbuildinfo
# Source files (only ship compiled dist/)
src/
tsconfig.json
agentic-flow/src/
agentic-flow/config/
# Monorepo packages (excluded from main package)
packages/
agent-booster/src/
agent-booster/tests/
reasoningbank/src/
reasoningbank/tests/
# Rust build artifacts (causing hard link issues)
**/target/
**/.cargo/
target/
.cargo/
crates/
# ALL Rust-related that might have hard links
*.rlib
*.rmeta
*.d
*.rs
build-script-build*
build_script_build*
Cargo.toml
Cargo.lock
# Test and development files
tests/
test-results/
coverage/
.nyc_output/
*.test.ts
*.test.js
*.spec.ts
*.spec.js
agentic-flow/tests/
agentic-flow/validation/
agentic-flow/benchmark/
# Docker and CI files
docker/
.dockerignore
Dockerfile*
docker-compose*.yml
.github/
# Documentation (keep only essential core docs)
docs/archived/
docs/development/
docs/validation/
docs/benchmarks/
agentdb.db*
open-lovable/
analysis/
# Environment and config
.env
.env.*
*.local
.env.docker-test
# Temporary files
tmp/
temp/
.cache/
*.db
*.db-shm
*.db-wal
*.db-journal
*.sqlite
*.sqlite-journal
*.sqlite-wal
# Large unnecessary directories
examples/
releases/
scripts/
benchmarks/
bench/
# Build scripts (keep only postinstall)
agentic-flow/scripts/*
!agentic-flow/scripts/postinstall.js
# Web/frontend artifacts
index.html
vite.config.ts
tailwind.config.ts
# Python files
*.py
*.pyc
__pycache__/
Python/
python/
# Validation and test configs
agentic-llm/
validation/