diff --git a/crates/project/src/worktree.rs b/crates/project/src/worktree.rs index c730fc0116174b6a986012a8eb17230a4996d163..73fbd40fb05cd5c132625fa01394ceff7adb036c 100644 --- a/crates/project/src/worktree.rs +++ b/crates/project/src/worktree.rs @@ -1179,6 +1179,7 @@ impl Snapshot { for entry in update.updated_entries { let entry = Entry::try_from((&self.root_char_bag, entry))?; + println!("{:?} = {}", &entry.path, entry.is_ignored); if let Some(PathEntry { path, .. }) = self.entries_by_id.get(&entry.id, &()) { entries_by_path_edits.push(Edit::Remove(PathKey(path.clone()))); }