Created
March 10, 2019 13:33
-
-
Save rozag/8667e6fe6e5756e4d7f7c681f1dfc0bc to your computer and use it in GitHub Desktop.
Script to drop a bunch of Intellij IDEA caches
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
#!/usr/bin/env bash | |
set -x | |
rm -rv .idea/caches | |
rm -rv .idea/libraries | |
rm -v .idea/gradle.xml | |
rm -v .idea/modules.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment