Closed hakubo closed 9 years ago
@hakubo specifically- you don't want the test
directory in your node_modules
?
I am not sure which files and folders need to be ignored.
maybe we need a tool to clean up packages after installation for this ... f.e. when installing in production env.
dunno what to do here, @hakubo feel free to reopen if you want to share more insights.
Hey,
I am a happy user of your library, but as my project grows we have a lot of dependencies. We could save a lot of space if you added
.npmignore
file to your project.I even found tool that can help you with it: https://github.com/inikulin/dmn
Thanks!