Fix Linux search issues (#13479)
In some rare cases, we wouldn't pick up .gitignore files in the right order, causing performance issues for the project search and the file finder Release Notes: - N/A
This commit is contained in:
parent
ed94bd41eb
commit
df11b646da
2 changed files with 5 additions and 13 deletions
|
@ -1,6 +1,7 @@
|
|||
use ignore::gitignore::Gitignore;
|
||||
use std::{ffi::OsStr, path::Path, sync::Arc};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum IgnoreStack {
|
||||
None,
|
||||
Some {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue