Last active
May 14, 2018 07:39
-
-
Save viktorklang/0526c776be43160f82ef17f84e61beaa to your computer and use it in GitHub Desktop.
Adds all your sbt target dirs as path excludes for Time Machine
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
#WARNING: Use at your own risk. No warranties expressed or implied. YMMV. Drive responsibly. Eat healthy. | |
#First, `cd` into the parent dir for all of your `sbt`/`maven` projects (I assume you have one of those) | |
find "$(cd ..; pwd)" -type d -name "target" -print0 | sudo xargs -0 tmutil addexclusion -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment