merkel
This commit is contained in:
parent
93c87fe561
commit
15baeea3e4
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue