forked from darrenhinde/OpenAgentsControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
86 lines (75 loc) · 1.02 KB
/
.npmignore
File metadata and controls
86 lines (75 loc) · 1.02 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
# Development files
.git/
.github/
.vscode/
.idea/
*.swp
*.swo
*~
# Environment and secrets
.env
.env.*
!.env.example
env.example
# Dependencies
node_modules/
**/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
bun.lock
package-lock.json
# Exclude tool directory (large binaries)
.opencode/tool/
**/.opencode/tool/
# Build and test artifacts
dist/
build/
out/
coverage/
.nyc_output/
*.tsbuildinfo
# Temporary files
.tmp/
tmp/
temp/
*.log
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Development and testing
evals/
dev/
tasks/
integrations/
packages/
# Test and development scripts
Makefile
.gitignore
.gitattributes
# Documentation that's not needed in package
docs/
ROADMAP.md
COMPATIBILITY.md
# Backup files
*.backup-*/
.opencode.backup-*
.opencode-test/
.opencode-agents-version
# Keep these (explicitly included in package.json files field)
!.opencode/
!scripts/
!bin/
!registry.json
!install.sh
!VERSION
!LICENSE
!README.md
!CHANGELOG.md
!CONTEXT_SYSTEM_GUIDE.md