-
-
Save mixelpixel/e6794fa404be918eeac2ec77bdae8ba8 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