Skip to content

Commit

Permalink
Exclude unnecessary files from npm package (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Apr 30, 2020
1 parent 75f7edf commit e7d13d5
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .npmignore
@@ -1,19 +1,11 @@
.nyc_output/
coverage/
docs
examples/
scratch/
test/
.*
*.log
test
test/*
!test/helpers.js
!test/transports/transport.js
node_modules/
node_modules/*
*.md
examples
examples/*
docs
docs/*
.nyc_output/
.nyc_output/*
coverage/
coverage/*
scratch
scratch/*
appveyor.yml
tsconfig.json

0 comments on commit e7d13d5

Please sign in to comment.