Skip to content

Commit

Permalink
document publishing strategy in .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmoore committed May 4, 2016
1 parent 24c068e commit 66af4aa
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.editorconfig
.envrc
.gitattributes
.travis.yml
.zuul.yml
contributing.md
test.fixture.js
test.js
# settled on a reverse white-list approach to mitigate the case where files you may not want published get published by default unless ignored or not included in white-list.
# use `irish-pub` to preview what will get published.
# by default, the following files are also included in the publish:
# - *.md
# - package.json
# - license
*
!.npmignore
!bower.json
!index.js
!selectn.js
!selectn.min.js

0 comments on commit 66af4aa

Please sign in to comment.