Created: Aug 21, 2017
the format of the --ignore pattern can be \*\*.min.js or \*\*.min.\*
\*\*.min.js
\*\*.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 *.