Skip to content

Commit

Permalink
Merge pull request #469 from stripe/brandur-npmignore
Browse files Browse the repository at this point in the history
Add `.npmignore` to create a leaner package
  • Loading branch information
brandur-stripe authored Jun 7, 2018
2 parents b24098e + a365fab commit 4225807
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is written to be a whitelist instead of a blacklist. Start by
# ignoring everything, then add back the files we want to be included in the
# final NPM package.
*

# And these are the files that are allowed.
!/CHANGELOG.md
!/LICENSE
!/README.md
!/VERSION
!/package.json
!/lib/**/*

0 comments on commit 4225807

Please sign in to comment.