Skip to content

Instantly share code, notes, and snippets.

@helpermethod
Created June 7, 2017 07:37
Show Gist options
  • Save helpermethod/9476134762541350a7f5f3903a3d18b6 to your computer and use it in GitHub Desktop.
Save helpermethod/9476134762541350a7f5f3903a3d18b6 to your computer and use it in GitHub Desktop.
clean.sh
find -type f -name '*.iml' -exec rm {} \;
find -type d -name '.idea' -exec rm -rf {} \;
find -type d -name 'target' -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment