diff --git a/.npmignore b/.npmignore index 811631f..07be509 100644 --- a/.npmignore +++ b/.npmignore @@ -43,4 +43,16 @@ test/data/.temp # Prevent unit test coverage reports from being added .coverage -.nyc_output \ No newline at end of file +.nyc_output + +# - Prevent config and test files from being added +.git* +.github/ +scripts/ +test/ +examples/ +.eslintrc +.eslintignore +.nycrc +.editorconfig +.jsdoc-config.json