-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.npmignore
More file actions
57 lines (49 loc) · 984 Bytes
/
.npmignore
File metadata and controls
57 lines (49 loc) · 984 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
52
53
54
55
56
57
# ── .npmignore ─────────────────────────────────────────────────────────────────
# Controls which files are included when installing via npm.
# Files NOT listed here are shipped with the package.
# Runtime data & secrets
data/
workspace/
.env
config.json
# Development & CI
.claude/
.omc/
.github/
.serena/
.playwright-mcp/
tasks/
# Docker (users who want Docker already have the repo cloned)
Dockerfile
docker-compose.yml
docker-compose.override.yml
.dockerignore
# Platform install scripts (bash-only, not used by npm)
install/
# Dev-only scripts
scripts/release.js
test-*.sh
# Large assets not needed at runtime
*.png
public/videos/
*.mp4
*.mov
*.avi
*.webm
*.mkv
*.gif
README_RU.html
README_RU.md
README_UA.md
agent-orchestrator.yaml
# OS & editor artifacts
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
npm-debug.log*