Skip to content

Instantly share code, notes, and snippets.

@vishalkardode
Created August 15, 2018 05:40
Show Gist options
  • Select an option

  • Save vishalkardode/7d2e438bbd3c6add49d9f273f6a0f3e6 to your computer and use it in GitHub Desktop.

Select an option

Save vishalkardode/7d2e438bbd3c6add49d9f273f6a0f3e6 to your computer and use it in GitHub Desktop.
Create tar by skipping some folders / files
#/bin/sh
tar -czvf test.tar.gz -X exclude-list.txt test
**/node_modules
**/*.zip
**/.git
**/plugins
**/platforms
**/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment