From 5a51fb7a0ef81943b37ba8ddc1bcb16eb5608f32 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Tue, 3 Mar 2026 11:38:06 +1000 Subject: [PATCH] helix respect .gitignore --- homes/modules/editor/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/modules/editor/helix.nix b/homes/modules/editor/helix.nix index bccdc13..986f880 100755 --- a/homes/modules/editor/helix.nix +++ b/homes/modules/editor/helix.nix @@ -132,7 +132,7 @@ in { hidden = true; # show hidden files follow-symlinks = 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 };