Skip to content

Instantly share code, notes, and snippets.

@kyleparisi
Created March 24, 2018 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyleparisi/b84448819024a5e169f19130d81e4dbe to your computer and use it in GitHub Desktop.
Save kyleparisi/b84448819024a5e169f19130d81e4dbe to your computer and use it in GitHub Desktop.
find . -name "vendor" -type d -maxdepth 3 -exec vendor-prune {} \;
find . -name "node_modules" -type d -maxdepth 3 -exec node-prune {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment