Skip to content

Commit

Permalink
chore(.npmignore): reduce entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 21, 2022
1 parent fe7690d commit 9d60422
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
# Development and CI/CD config
.github
.husky
.vscode

# Coverage directory used by tools like istanbul
coverage

# Optional eslint cache
.eslintcache

# eslint config
.eslintrc.js

# Prettier config
.prettierignore
.prettierrc

# Documentation
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
SECURITY.md

# Test files
src/**/*.test.js
test_files
test_resources
# `package.json` is published to npm, so everything we add is included in the installed tarball.
# Removing the `files` key and replacing it with this `.npmignore` saves some bytes, which
# should improve installation performance slightly
*
!src/index.js

0 comments on commit 9d60422

Please sign in to comment.