zulaica
2/17/2016 - 7:14 PM

Make Alfred / Spotlight ignore node_modules and bower_components

Make Alfred / Spotlight ignore node_modules and bower_components

alias nom='npm cache clean && rm -rf node_modules && mkdir node_modules && touch node_modules/.metadata_never_index && npm install'

alias bom='bower cache clean && rm -rf bower_components && mkdir bower_components && touch bower_components/.metadata_never_index && bower install'