Skip to content

Instantly share code, notes, and snippets.

@rutger1140
Created November 11, 2014 10:32
Show Gist options
  • Save rutger1140/245caec13a9e8f8c5c3f to your computer and use it in GitHub Desktop.
Save rutger1140/245caec13a9e8f8c5c3f to your computer and use it in GitHub Desktop.
OSX create zip for release with excluded folders
zip -r release/v1.0.0-dev.zip . -x node_modules/\* -x bower_components/\* -x release/\* -x "*.git*" -x "*.DS_Store"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment