delvedor / find-my-way

A crazy fast HTTP router
MIT License
1.49k stars 140 forks source link

Create .npmignore #329

Open tbeseda opened 1 year ago

tbeseda commented 1 year ago

This achieves the same as #328 but with a "denylist" .npmignore file instead of the "allowlist" package.json#files key.

⚠️ I wouldn't recommend merging both -- stuff gets weird with both 🙃

Fixes #327

cheers