helix respect .gitignore

This commit is contained in:
do butterflies cry? 2026-03-03 11:38:06 +10:00
parent e68fddea5e
commit 5a51fb7a0e

View file

@ -132,7 +132,7 @@ in {
hidden = true; # show hidden files hidden = true; # show hidden files
follow-symlinks = true; follow-symlinks = true;
deduplicate-links = true; deduplicate-links = true;
git-ignore = false; # dont read .gitignore files git-ignore = true; # dont read .gitignore files
ignore = true; # use .ignore for helix instead of .gitignore ignore = true; # use .ignore for helix instead of .gitignore
}; };