plugins.chadtree.options.ignore.nameExact

Files whose name match these exactly will be ignored.

Type: null or (list of string)

Default: null

Plugin default:

[
  ".DS_Store"
  ".directory"
  "thumbs.db"
  ".git"
]

Declared by:

plugins.chadtree.options.ignore.nameGlob

Files whose name match these glob patterns will be ignored. ie. *.py will match all python files

Type: null or (list of string)

Default: null

Plugin default: [ ]

Declared by:

plugins.chadtree.options.ignore.pathGlob

Files whose full path match these glob patterns will be ignored.

Type: null or (list of string)

Default: null

Plugin default: [ ]

Declared by: