Variable: projectile-globally-unignored-files

projectile-globally-unignored-files is a customizable variable defined in projectile.el.

Value

nil

Documentation

A list of files 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-files nil
  "A list of files 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"))