-
-
Save ruthenium/f31b46c454dd3d7d6dfcbd1262002590 to your computer and use it in GitHub Desktop.
Recursive .zip excluding .git and .DS_Store
This file contains hidden or 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 files.zip ./directory -x "*.git*" -x "*.DS_Store" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment