}

The silver searcher (ag): problems with --ignore? check the correct pattern, use **

Created:

the format of the --ignore pattern can be \*\*.min.js or \*\*.min.\*

if you execute:

ag --ignore '*.min.js' time website/public/vendor/ | less

ag still looks into website/public/vendor/jquery-ui.min.js

Remember to use double *.