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
It would be nice if .gitignore files were respected when enumerating files.
The ignore crate is almost a drop-in replacement for the walkdir crate that we currently use, but it can respect .gitignore (among other ignore strategies).
A bonus would be if we could ignore git submodules automatically. This is currently unsupported by the ignore crate. See BurntSushi/ripgrep#2751.
Another bonus would be if the config file could contain extra patterns to ignore.
The text was updated successfully, but these errors were encountered:
It would be nice if
.gitignore
files were respected when enumerating files.The
ignore
crate is almost a drop-in replacement for thewalkdir
crate that we currently use, but it can respect.gitignore
(among other ignore strategies).A bonus would be if we could ignore git submodules automatically. This is currently unsupported by the
ignore
crate. See BurntSushi/ripgrep#2751.Another bonus would be if the config file could contain extra patterns to ignore.
The text was updated successfully, but these errors were encountered: