Skip to content

Instantly share code, notes, and snippets.

@bastienapp
Created August 11, 2020 08:11
Show Gist options
  • Save bastienapp/c61bda747f3e8504bc073afc65aee12c to your computer and use it in GitHub Desktop.
Save bastienapp/c61bda747f3e8504bc073afc65aee12c to your computer and use it in GitHub Desktop.
( find . -type d -name ".git" && find . -name ".idea" && find . -name "node_modules" ) | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment