Skip to content

Commit

Permalink
add .npmignore file to ensure lib-es5 gets published
Browse files Browse the repository at this point in the history
 - See npm issue for explanation
   npm/npm#3571
   In short, files matched in .gitignore are ignored by npm publish if .npmignore is not found
  • Loading branch information
phil olson committed Aug 15, 2016
1 parent 6bf1802 commit 67b2a41
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*.iml
.DS_Store
.idea
*.log
temp
node_modules
pids
reports
target
docs
logs

0 comments on commit 67b2a41

Please sign in to comment.