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

10 lines
83 B
Plaintext

node_modules
.DS_Store
tmp/**/*
.idea
.idea/**/*
*.iml
*.sublime-*
_site
coverage/