From 85b569029b8022129387de9baa70442fc1a41cab Mon Sep 17 00:00:00 2001 From: Vishal Shingala Date: Mon, 2 May 2022 15:35:43 +0530 Subject: [PATCH] Updated .npmignore to add non required files from npm package --- .npmignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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