Skip to content

Instantly share code, notes, and snippets.

@shirshir
Created January 13, 2014 13:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shirshir/8400570 to your computer and use it in GitHub Desktop.
Save shirshir/8400570 to your computer and use it in GitHub Desktop.
Recursive .zip excluding .git and .DS_Store
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