Skip to content

Instantly share code, notes, and snippets.

@hicolour
Created March 5, 2014 13:48
Show Gist options
  • Save hicolour/9367480 to your computer and use it in GitHub Desktop.
Save hicolour/9367480 to your computer and use it in GitHub Desktop.
IntelliJ IDEA cleanup
find . -name ".idea" -exec rm -rf {} \;
find . -name "*.iml" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment