mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-04 01:40:45 +08:00
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
# npm ignore file - overrides .gitignore for npm publish
|
|
# dist/ is NOT excluded here so it gets published
|
|
|
|
# Development files
|
|
node_modules/
|
|
*.log
|
|
*.tmp
|
|
|
|
# Test files
|
|
tests/
|
|
*.test.js
|
|
*.spec.js
|
|
|
|
# TypeScript source maps (optional, can keep for debugging)
|
|
# *.map
|