-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
64 lines (55 loc) · 790 Bytes
/
.npmignore
File metadata and controls
64 lines (55 loc) · 790 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
58
59
60
61
62
63
64
# ─── npm publish exclusions ───
# More restrictive than .gitignore — keeps dev/test/docs out of the package.
# Dev infrastructure
tmp/
lab/
labs/
tools/
docs/
test/
.agent/
.github/
.gemini/
.vscode/
# Sessions and agent files
docs/sessions/
AGENTS.md
controls/organised/AGENT.md
# Images — none needed in the npm package
*.png
*.svg
*.webp
*.jpg
*.jpeg
*.gif
*.ico
*.bmp
# Test artifacts
screenshots/
test/e2e/screenshots/
test/**/screenshots/
*-e2e.js
*-demo.js
*.test.js
*.spec.js
test_output*.txt
diag_output*.txt
# Build / CI
*.tgz
coverage/
.nyc_output/
.eslintcache
# OS / editor
.DS_Store
Thumbs.db
*.swp
*.swo
# Logs
*.log
npm-debug.log*
# Type declarations kept separate
*.d.ts
# Misc dev files
roadmap.md
controls/organised/roadmap.md
package-lock.json