Skip to content

Commit

Permalink
Add npmignore to slim down published package
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisJEllis committed Aug 9, 2017
1 parent ffe5194 commit a8e7183
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .npmignore
@@ -0,0 +1,57 @@
# All we want to publish is:
# HISTORY.md
# README.md
# LICENSE
# package.json
# index.js
# lib/
# Ignore all else.

benchmark/
examples/
test/

.git/
.github/
.gitignore
.eslintrc.json
.npmignore
.travis.yml
CONTRIBUTING.md

node_modules/
coverage/
.nyc_output/

bee-queue.png
bee-queue.sublime-project

.git/
.github/
.gitignore
.gitmodules

.eslintignore
.eslintrc

lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log*
dump.rdb

.npm
.node_repl_history
.DS_Store
*.sublime-workspace
.vscode/

0 comments on commit a8e7183

Please sign in to comment.