Created
July 14, 2014 12:26
-
-
Save soutar/3cb8f485882fe0f25e59 to your computer and use it in GitHub Desktop.
Zip up a project without the node_modules or git files
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 <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