Function git_ls_files

Source
pub fn git_ls_files() -> Result<Vec<PathBuf>>
Expand description

Return files tracked by git (excluding those from .gitignore), including those which have not yet been staged / committed.