MyNixOS website logo

List of paths that should be globally ignored for file picker. Supports the usual ignore and negative ignore (unignore) rules used in .gitignore files.

Declarations
Type
list of string
Default
[ ]
Example
[
  ".build/"
  "!.gitignore"
]