Created
April 25, 2016 14:12
-
-
Save StephenPunwasi/95cd8d77b0a1a956b07cda99ef098af6 to your computer and use it in GitHub Desktop.
Exclude OS X .DS_Store and Git files when zipping.
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 [filename.zip] [foldername] -x "*.DS_Store" -x *.git* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment