Function git_ignored

Source
pub fn git_ignored(
    git_command: &str,
    xvc_root_str: &str,
    path: &str,
) -> Result<bool>
Expand description

Run git check-ignore to check if a path is ignored by Git