ensure_gitignore_entry

Function ensure_gitignore_entry 

Source
pub fn ensure_gitignore_entry(
    repo_path: &Path,
    entry: &str,
    comment: Option<&str>,
) -> Result<bool>
Expand description

Ensures a gitignore entry exists in the repository’s .gitignore file