I minimize javascript files on the fly and create a .min.js file next to an existing file. This is a problem, though, when using ack, since it treats them as .js files and searches for them, clogging the results screen with miniature javascript.
I tried adding this to my .ackrc with no luck:
--type-set=minjs=.min.js --nominjs
Is there a way to make ack ignore this type of extension?
PS I have no way to simply rename .min.js to .min_js or any other options.
Kevin old
source share