pomelo-mqtt-connector icon indicating copy to clipboard operation
pomelo-mqtt-connector copied to clipboard

rm no use ignore file

Open zhangyaochun opened this issue 11 years ago • 1 comments

Use a .npmignore file to keep stuff out of your package. If there's no .npmignore file, but there is a .gitignore file, then npm will ignore the stuff matched by the .gitignore file. If you want to include something that is excluded by your .gitignore file, you can create an empty .npmignore file to override it.

see doc in npm site

zhangyaochun avatar Mar 23 '15 11:03 zhangyaochun

ha i will see it, thanks for your suggestion

fantasyni avatar Mar 23 '15 11:03 fantasyni