pub fn get_git_untracked_files( git_dir: Option<&Path>, ) -> Result<Option<Vec<String>>, String>
Returns the files that haven’t been added to git yet.