update ignore

This commit is contained in:
lenn
2026-04-07 18:06:46 +08:00
parent 770d713d03
commit 0d3266c95a
344 changed files with 1900 additions and 296 deletions

View File

@@ -94,7 +94,9 @@ pub fn file_explorer_list(
Ok(FileExplorerListResponse {
current_path: current_path.display().to_string(),
parent_path: current_path.parent().map(|parent| parent.display().to_string()),
parent_path: current_path
.parent()
.map(|parent| parent.display().to_string()),
roots: collect_roots(&app),
entries,
})