.npmignore 331 B

123456789101112131415161718192021222324
  1. # Source files (compiled output is in build/)
  2. src/
  3. # Development configuration
  4. .devcontainer/
  5. .github/
  6. .eslintrc.cjs
  7. .prettierrc
  8. .nvmrc
  9. tsconfig.json
  10. vitest.config.ts
  11. # Test files
  12. **/*.test.ts
  13. coverage/
  14. # Claude Code plugin files (marketplace only, not needed for npm)
  15. .claude-plugin/
  16. .mcp.json
  17. skills/
  18. # Other
  19. *.tgz
  20. .DS_Store