pub fn find_config(start: &Path) -> Option<(PathBuf, RepoConfig)>Expand description
Walk up the directory tree from start looking for .ripvec/config.toml.
Returns the .ripvec/ directory and parsed config regardless of
cache.local. This is used for non-cache settings such as index ignores.