Skip to content

Instantly share code, notes, and snippets.

@iketiunn
Last active March 18, 2019 06:09
Show Gist options
  • Save iketiunn/4408ca531cf3774afb414efd2b644166 to your computer and use it in GitHub Desktop.
Save iketiunn/4408ca531cf3774afb414efd2b644166 to your computer and use it in GitHub Desktop.
tar without vendor
tar -vczf targetName.tar --exclude=node_modules --exclude=.git --exclude=./vendor --exclude=./.sass-cache targetName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment