Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

node_modules spotlight index

find . -type d -path './.*' -prune -o -path './Pictures*' -prune -o -path './Library*' -prune -o -path '*node_modules/*' -prune -o -type d -name 'node_modules' -exec touch '{}/.metadata_never_index' ; -print
Source by github.com #
 
PREVIOUS NEXT
Tagged: #spotlight #index
ADD COMMENT
Topic
Name
3+7 =