Skip to main content

exclude_from_git

Function exclude_from_git 

Source
pub fn exclude_from_git(
    worktree_root: &Path,
    filename: &str,
) -> Result<(), PawError>
Expand description

Adds filename to the worktree’s .git/info/exclude if not already present.