plugins.chadtree.options.ignore.nameExact
Files whose name match these exactly will be ignored.
Plugin default: [".DS_Store" ".directory" "thumbs.db" ".git"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.chadtree.options.ignore.nameGlob
Files whose name match these glob patterns will be ignored.
ie. *.py
will match all python files
Plugin default: []
Type: null or (list of string)
Default:
null
Declared by:
plugins.chadtree.options.ignore.pathGlob
Files whose full path match these glob patterns will be ignored.
Plugin default: []
Type: null or (list of string)
Default:
null
Declared by: