feat: add npm package support with CLI entry point
This commit is contained in:
21
.npmignore
Normal file
21
.npmignore
Normal file
@@ -0,0 +1,21 @@
|
||||
# Exclude tests
|
||||
tests/
|
||||
|
||||
# Exclude GitHub workflows
|
||||
.github/
|
||||
|
||||
# Exclude documentation (except README)
|
||||
CLAUDE.md
|
||||
CHANGELOG.md
|
||||
CONTRIBUTING.md
|
||||
docs/
|
||||
|
||||
# Exclude dev files
|
||||
.env*
|
||||
.claude/
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Exclude misc
|
||||
*.log
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user