Skip to content

Commit

Permalink
merkel
Browse files Browse the repository at this point in the history
  • Loading branch information
RomneyDa committed Oct 23, 2024
1 parent 93c87fe commit 15baeea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sync/src/sync/merkle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,7 @@ const GLOBAL_IGNORE_PATTERNS: &[&str] = &[
fn global_ignore_path() -> PathBuf {
let mut path = get_my_home().unwrap().unwrap();
path.push(".continue");
path.push("index");
path.push(".globalcontinueignore");
path.push(".continueignore");
path
}

Expand Down

0 comments on commit 15baeea

Please sign in to comment.