-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.npmignore
More file actions
53 lines (44 loc) · 954 Bytes
/
.npmignore
File metadata and controls
53 lines (44 loc) · 954 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
# ============================================
# .npmignore
# ============================================
# npm stops using .gitignore once this file exists,
# so everything from .gitignore is duplicated here.
# --- From .gitignore ---
.DS_Store
.idea/
.kiro/
.scripts/
.vscode/
drafts/
node_modules/
test-results.json
test-output-*
.nyc_output/
coverage/
config/mcp.json
site/
# --- Development & CI ---
.git/
.github/
.gitignore
.eslintrc.cjs
# --- Tests ---
test/
# --- Documentation (published via GitHub Pages, not npm) ---
docs/
mkdocs.yml
logo.png
# --- MCP servers (node_modules not published, only catalog/index files via "files" whitelist) ---
servers/*/node_modules/
servers/*/test/
# --- Scripts (dev tooling) ---
scripts/
# --- License/SBOM artifacts (informational, not runtime) ---
sbom.json
licenses.csv
THIRD_PARTY.csv
# --- Build artifacts ---
test-output-full.log
# --- Generator legacy (removed) ---
generators/
.yo-rc.json