Created
November 11, 2014 10:32
-
-
Save rutger1140/245caec13a9e8f8c5c3f to your computer and use it in GitHub Desktop.
OSX create zip for release with excluded folders
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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