Update NPM ignore to reduce bundle size
If using both a .gitignore and .npmignore, npm will favor the .npmignore and will not reference the .gitignore. This commit copies over missing entries from the .gitignore into the .npmignore.
Current bundle contains ~7MB in coverage/ - this was already in the .npmignore though. I'm not sure what the release process looks like, but it may require further investigation by the maintainers to fully resolve #417, #387, and #393.
This is a small change I hope it gets merged because it will reduce the bundle size by 85%!
@dogabudak any chance you could take a look at this?
would be nice to also ignore test folder and merge and release this!