nfriedly / node-bestzip

Provides a `bestzip` command that uses the system `zip` if avaliable, and a Node.js implimentation otherwise.
MIT License
80 stars 16 forks source link

Ignoring files/directories #14

Open bstrahija opened 6 years ago

bstrahija commented 6 years ago

Is there a way to ignore some files/directories?

nfriedly commented 6 years ago

No, not at the moment. The features are limited to what's available in native zip commands.

bstrahija commented 6 years ago

The native zip command offers -x where you can do this. Thats why I ask

nfriedly commented 6 years ago

On windows, linux, and mac? If so, go ahead and send a pull request.