Variable: projectile-globally-unignored-directories
projectile-globally-unignored-directories is a customizable variable
defined in projectile.el.
Value
nil
Documentation
A list of directories globally unignored by projectile.
Note that files aren't filtered if projectile-indexing-method
is set to alien.
This variable was added, or its default value changed, in projectile version 0.14.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-globally-unignored-directories nil
"A list of directories globally unignored by projectile.
Note that files aren't filtered if `projectile-indexing-method'
is set to `alien'."
:group 'projectile
:type '(repeat string)
:package-version '(projectile . "0.14.0"))