Skip to content

Commit

Permalink
build: add .npmignore; reduce package size from 1.2MB to 117.2kB (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Sep 5, 2021
1 parent 15f202c commit 0484881
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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
CODE_OF_CONDUCT.md
CONTRIBUTING.md
SECURITY.md

# Test files
src/**/*.test.js
test_files
test_resources

0 comments on commit 0484881

Please sign in to comment.