Skip to content

Commit 57fe17c

Browse files
committed
chore: switch npm publish selection to .npmignore
1 parent f564df4 commit 57fe17c

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

.npmignore

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,44 @@
1-
# Development files
1+
# Dependencies
22
node_modules/
3+
4+
# Build artifacts
5+
*.tgz
6+
7+
# Logs
38
logs/
49
dist/logs/
510
*.log
11+
npm-debug.log*
12+
13+
# Local/dev files
614
.DS_Store
715
tsconfig.json
816
watch-logs.sh
917
bun.lock
1018

11-
# Documentation
12-
ANALYSIS.md
13-
docs/
14-
notes/
15-
16-
# Source files (since we're shipping dist/)
17-
index.ts
18-
lib/
19-
2019
# Git
2120
.git/
2221
.gitignore
22+
.github/
2323

24-
# OpenCode
24+
# OpenCode local config
2525
.opencode/
26+
27+
# Docs and local notes
28+
ANALYSIS.md
29+
docs/
30+
notes/
31+
SCHEMA_NOTES.md
32+
assets/
33+
CONTRIBUTING.md
34+
.prettierrc
35+
.repomixignore
36+
37+
# Tests and local helpers
38+
tests/
39+
tests/results/
40+
test-update.ts
41+
repomix-output.xml
42+
scripts/
43+
tui/package-lock.json
44+
tui/types/

package.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,24 +71,6 @@
7171
"tsx": "^4.21.0",
7272
"typescript": "^6.0.2"
7373
},
74-
"files": [
75-
"dist/",
76-
"lib/analysis/",
77-
"lib/compress/",
78-
"lib/state/",
79-
"lib/config.ts",
80-
"lib/logger.ts",
81-
"lib/message-ids.ts",
82-
"lib/messages/query.ts",
83-
"lib/token-utils.ts",
84-
"tui/data/",
85-
"tui/routes/",
86-
"tui/shared/",
87-
"tui/slots/",
88-
"tui/index.tsx",
89-
"README.md",
90-
"LICENSE"
91-
],
9274
"directories": {
9375
"doc": "docs",
9476
"lib": "lib",

0 commit comments

Comments
 (0)