Skip to content

Instantly share code, notes, and snippets.

@kareblak
Created July 16, 2013 10:54
Show Gist options
  • Save kareblak/6007721 to your computer and use it in GitHub Desktop.
Save kareblak/6007721 to your computer and use it in GitHub Desktop.
How to get rid of IntelliJ metafiles
rm -rf ~/Library/Preferences/com.jetbrains.intellij.plist
rm -rf ~/Library/Preferences/com.jetbrains.intellij.plist.lockfile
rm -rf ~/Library/Preferences/IntelliJIdea*
rm -rf ~/Library/Caches/IntelliJIdea*
rm -rf ~/Library/Application Support/IntelliJIdea*
rm -rf ~/Library/Caches/com.jetbrains.intellij
rm -rf ~/Library/Logs/IntelliJIdea
rm -rf ~/Library/Saved Application State/com.jetbrains.intellij.savedState
rm -rf ~/Library/Preferences/Idea*
rm -rf ~/Library/Preferences/com.jetbrains*
rm -rf ~/Library/Preferences/jetbrains*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment