Last active
August 28, 2019 15:33
-
-
Save SeanMcP/71df51278b2b6456df0987c2b28332be to your computer and use it in GitHub Desktop.
Zip a directory for Chrome Web 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 popsicle-sticks-mini.zip popsicle-sticks-mini -x "*.DS_Store" "*.svg" \*.git\* "*README.md" \*src/img/cws\* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ignores directory in
img
directory for Chrome Web Store images.