From a9de37ab5a71fede4627d1f65a9777ed62b7cf9f Mon Sep 17 00:00:00 2001 From: Jack Wink <57678801+mothershipper@users.noreply.github.com> Date: Sun, 30 Jan 2022 11:45:04 -0800 Subject: [PATCH] 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. --- .npmignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 298029f..1bd03bb 100644 --- a/.npmignore +++ b/.npmignore @@ -15,6 +15,9 @@ graph.png .project .settings .vscode -docs +docs/ devops -coverage +coverage/ +.nyc_output/ +.coveralls.yml +.ts-node