Updated .npmignore to add non required files from npm package

This commit is contained in:
Vishal Shingala
2022-05-02 15:35:43 +05:30
parent ade090cb9d
commit 85b569029b

View File

@@ -43,4 +43,16 @@ test/data/.temp
# Prevent unit test coverage reports from being added # Prevent unit test coverage reports from being added
.coverage .coverage
.nyc_output .nyc_output
# - Prevent config and test files from being added
.git*
.github/
scripts/
test/
examples/
.eslintrc
.eslintignore
.nycrc
.editorconfig
.jsdoc-config.json