Add a bit to each entry indicating if it's outside of the worktree root
This commit is contained in:
parent
1b71589514
commit
cd823ede4d
8 changed files with 110 additions and 34 deletions
|
@ -18,6 +18,7 @@ pub struct Model {
|
|||
pub git_status: Option<i64>,
|
||||
pub is_symlink: bool,
|
||||
pub is_ignored: bool,
|
||||
pub is_external: bool,
|
||||
pub is_deleted: bool,
|
||||
pub scan_id: i64,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue