pub fn determine_bootstrap_targets(
workspace: &Path,
use_home_dir: bool,
config_file_name: &str,
defaults_provider: &dyn ConfigDefaultsProvider,
) -> Result<(PathBuf, PathBuf)>Expand description
Determine where configuration and gitignore files should be created when bootstrapping a workspace.