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 *.
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 *.
Software engineer and technical writer. 10+ years experience in DevOps, Python, and Linux systems.
More articles by Leonardo Lazzaro