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
<home-manager/modules/programs/helix.nix>