Answers for "node_modules spotlight index"

0

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
Posted by: Guest on January-24-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language