This commit is contained in:
Dallin Romney 2024-10-23 10:29:15 +02:00
parent 93c87fe561
commit 15baeea3e4
1 changed files with 1 additions and 2 deletions

View File

@ -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
}