vestige/packages/vestige-mcp-npm/.npmignore
Sam Valladares a104219db2 fix(npm): add .npmignore to exclude cache and binaries
Prevents accidentally publishing the 547MB embedding model cache
or downloaded binaries.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 23:50:40 -06:00

14 lines
237 B
Text

# Don't publish downloaded binaries (installed via postinstall)
bin/vestige
bin/vestige.exe
bin/vestige-mcp
bin/vestige-mcp.exe
bin/*.tar.gz
bin/*.zip
# Don't publish embedding model cache
.fastembed_cache/
# Dev files
*.log
.DS_Store