Skip to content

Instantly share code, notes, and snippets.

@rozag
Created March 10, 2019 13:33
Show Gist options
  • Save rozag/8667e6fe6e5756e4d7f7c681f1dfc0bc to your computer and use it in GitHub Desktop.
Save rozag/8667e6fe6e5756e4d7f7c681f1dfc0bc to your computer and use it in GitHub Desktop.
Script to drop a bunch of Intellij IDEA caches
#!/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