Excluding a folder
RamuRChenchaiah opened this issue · 4 comments
RamuRChenchaiah commented
Hi There,
Would you please advice on how to exclude a folder (for example .git folder)?
Thanks
deadkex commented
Using the --excl option seems to be broken
casperdcl commented
--excl
uses regex (e.g. --excl=".*some_folder[\\/].*"
)
casperdcl commented
Closing for now; happy to reopen if further clarification is needed.
RagnarDa commented
Seems to not work for me either. I tried using the suggested --excl and several versions of it and it always returned the same loc. Using homebrew version.
Thanks for your work btw, really appreciate it! Everything else seems to work fine though.