Skip to content

Instantly share code, notes, and snippets.

@SeanMcP
Last active August 28, 2019 15:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeanMcP/71df51278b2b6456df0987c2b28332be to your computer and use it in GitHub Desktop.
Save SeanMcP/71df51278b2b6456df0987c2b28332be to your computer and use it in GitHub Desktop.
Zip a directory for Chrome Web Store
zip -r popsicle-sticks-mini.zip popsicle-sticks-mini -x "*.DS_Store" "*.svg" \*.git\* "*README.md" \*src/img/cws\*
@SeanMcP
Copy link
Author

SeanMcP commented Nov 15, 2018

Ignores directory in img directory for Chrome Web Store images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment