From d1dd6be21a57ed9cbeafbad7f2dda2441b147c5b Mon Sep 17 00:00:00 2001
From: rycee
Example:
[ pkgs.marksman ]
Declared by:
+
+
+<home-manager/modules/programs/helix.nix>
+
+ |
programs.helix.ignores
+
+
+List of paths that should be globally ignored for file picker.
+Supports the usual ignore and negative ignore (unignore) rules used in .gitignore
files.
Type: +list of string
+ +Default:
+[ ]
Example:
[
+ ".build/"
+ "!.gitignore"
+]
+
+
Declared by: