24 lines
215 B
Plaintext
24 lines
215 B
Plaintext
# NPM Ignore
|
|
.git
|
|
.github
|
|
.gitignore
|
|
.DS_Store
|
|
.env*
|
|
test/
|
|
tests/
|
|
examples/
|
|
scripts/
|
|
docs/
|
|
mcp/
|
|
AI.md
|
|
*.log
|
|
coverage/
|
|
node_modules/
|
|
|
|
# Keep bin and library code
|
|
!bin/
|
|
!package.json
|
|
!README.md
|
|
!LICENSE
|
|
!CHANGELOG.md
|