Created
June 7, 2017 07:37
-
-
Save helpermethod/9476134762541350a7f5f3903a3d18b6 to your computer and use it in GitHub Desktop.
clean.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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