pub(crate) fn init_gitignore(
config_path: Option<&Path>,
project_root: &Path,
) -> Result<GitignoreInitReport, AtlasMapError>Expand description
Create a project-root .gitignore when it is missing.
pub(crate) fn init_gitignore(
config_path: Option<&Path>,
project_root: &Path,
) -> Result<GitignoreInitReport, AtlasMapError>Create a project-root .gitignore when it is missing.