Expand description
Shared directory walker helpers built on the ignore crate.
All file traversal in vtcode should go through these builders so that
.gitignore, .ignore, .git/exclude, and the centralized exclusion
constants are applied consistently.
Functionsยง
- build_
default_ walker - Build a multi-threaded
WalkBuilderwith sensible defaults. - build_
walker_ single_ threaded - Build a single-threaded
WalkBuilderwith the same defaults asbuild_default_walker. - is_
excluded_ dir - Returns
trueifentryis a directory whose name appears inDEFAULT_EXCLUDED_DIRS.