-
-
Save kriscooke/114016b5a5c6e13167cb7e062a907333 to your computer and use it in GitHub Desktop.
Zip a directory but excluding git repo and other annoying files
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 -9 -r --exclude=*.git* --exclude=*.DS_Store* result.zip originalfolder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment