Forked from StephenPunwasi/gist:95cd8d77b0a1a956b07cda99ef098af6
Created
August 16, 2016 15:26
-
-
Save ruthenium/64c0df5234ac0425215f19d88167cff6 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