statsig-io / node-js-server-sdk

Statsig's SDK for server-side Node.js applications.
ISC License
20 stars 15 forks source link

Create .npmignore to keep prevent shipping useless code to node_modules #44

Open dandean opened 5 months ago

dandean commented 5 months ago

This patch creates a .npmignore file and configures it to prevent various files and directories from being included the the module when it is consumed by applications.