Skip to content

Commit

Permalink
Merge pull request #3 from NoriSte/feature/npmignore
Browse files Browse the repository at this point in the history
build: add the .npmignore file
  • Loading branch information
NoriSte committed Oct 15, 2019
2 parents b846955 + 0c672ea commit a7091a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
node_modules
.DS_Store
*.tgz
reports
package-lock.json
__mocks__
.all-contributorsrc
.travis.yml
coverage
release.config.js
renovate.json
stryker.conf.js
test-projects
src/__snapshots__
src/*.test.js

0 comments on commit a7091a0

Please sign in to comment.