-
-
Save masc3d/c0c6f30a93ce1aea2a7a05df19d78eca to your computer and use it in GitHub Desktop.
Exclude node_modules in timemachine
This file contains 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
find `pwd` -type d -maxdepth 3 -name 'node_modules' | xargs -n 1 tmutil addexclusion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment