Skip to content

Instantly share code, notes, and snippets.

@ultim8k
Forked from peterdemartini/command.sh
Created April 17, 2023 21:41
Show Gist options
  • Save ultim8k/7623c023f69918a115979c36d2fa3db4 to your computer and use it in GitHub Desktop.
Save ultim8k/7623c023f69918a115979c36d2fa3db4 to your computer and use it in GitHub Desktop.
Exclude node_modules in timemachine
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