-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document publishing strategy in .npmignore
- Loading branch information
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |