qpscanner icon indicating copy to clipboard operation
qpscanner copied to clipboard

exclusion

Open randy-johnson opened this issue 8 years ago • 1 comments

I have tried several different regexes to try to exclude a directory called admin. but nothing seems to work. Do you have an example of a regex to use to exclude the admin directory?

Thank You

randy-johnson avatar May 26 '16 00:05 randy-johnson

Try either .*/admin or .*[\\/]admin[\\/].*

boughtonp avatar May 26 '16 15:05 boughtonp