9router/cli/.npmignore
2026-05-12 20:26:08 +07:00

9 lines
117 B
Text

# Ignore everything except what's in package.json "files"
*
!cli.js
!hooks/
!app/
!package.json
!README.md
!LICENSE