Skip to content

Instantly share code, notes, and snippets.

@soutar
Created July 14, 2014 12:26
Show Gist options
  • Save soutar/3cb8f485882fe0f25e59 to your computer and use it in GitHub Desktop.
Save soutar/3cb8f485882fe0f25e59 to your computer and use it in GitHub Desktop.
Zip up a project without the node_modules or git files
zip -r <project_name>.zip Site -x *.git* -x *node_modules*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment