Trying to use this method to eliminate garbage files from being ack
'd, however my definition does not work:
--type-set=map=.min.map
--no-map
This still produces the result
$ ack MARK -l
public/js/vendor/jquery-2.1.1.min.map
Quite frustrating.
My workaround is --ignore-file=is:jquery-2.1.1.min.map
However I would like to banish all *.min.map
files.
I really do not understand why ack had to invent a new flaky configuration syntax. What is wrong with supporting globs.