Add .npmignore

Without a .npmignore, the default is to ignore what's in
.gitignore, which includes dist/*.js, which should not
be npm-ignored.
This commit is contained in:
John Firebaugh 2013-04-14 13:22:58 -07:00
parent 54b2887667
commit 5925a43c2b

9
.npmignore Normal file
View File

@ -0,0 +1,9 @@
node_modules
.DS_Store
tmp/**/*
.idea
.idea/**/*
*.iml
*.sublime-*
_site
coverage/