Skip to content

Instantly share code, notes, and snippets.

@iamdbc
Created December 8, 2020 08:41
Show Gist options
  • Save iamdbc/8360510ce121923ac05301b82e585e2e to your computer and use it in GitHub Desktop.
Save iamdbc/8360510ce121923ac05301b82e585e2e to your computer and use it in GitHub Desktop.
[macOS] not index node_modules to spotlight
find . -type d -name "node_modules" -exec touch "{}/.metadata_never_index" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment