Skip to content

Commit 15baeea

Browse files
committed
merkel
1 parent 93c87fe commit 15baeea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sync/src/sync/merkle.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,7 @@ const GLOBAL_IGNORE_PATTERNS: &[&str] = &[
422422
fn global_ignore_path() -> PathBuf {
423423
let mut path = get_my_home().unwrap().unwrap();
424424
path.push(".continue");
425-
path.push("index");
426-
path.push(".globalcontinueignore");
425+
path.push(".continueignore");
427426
path
428427
}
429428

0 commit comments

Comments
 (0)