You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed Grep Command String from ag -i --nocolor --nogroup --column --ignore=docs
to ag -i --nocolor --nogroup --column --ignore={doc,docs,README.md}
just like ack or ag supports that, however now it searches everything and escapes all the options. Is there some other way to achieve ignoring multiple folders?
The text was updated successfully, but these errors were encountered:
I can add multiple --ignore for same functionality ag -i --nocolor --nogroup --column --ignore=docs --ignore=README.md
and it works fun fixing my problem but can't use brakets
I changed Grep Command String from
ag -i --nocolor --nogroup --column --ignore=docs
to
ag -i --nocolor --nogroup --column --ignore={doc,docs,README.md}
just like ack or ag supports that, however now it searches everything and escapes all the options. Is there some other way to achieve ignoring multiple folders?
The text was updated successfully, but these errors were encountered: