-
-
Save visioncan/d05b66872650f7b7f52330bedaf12409 to your computer and use it in GitHub Desktop.
Exclude node_modules in TimeMachine,在 TimeMachine 排除 node_modules 資料夾
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
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