Variable: projectile-globally-ignored-file-suffixes

projectile-globally-ignored-file-suffixes is a customizable variable defined in projectile.el.

Value

nil

Documentation

A list of file suffixes globally ignored by projectile.

Note that files aren't filtered if projectile-indexing-method is set to alien.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-globally-ignored-file-suffixes
  nil
  "A list of file suffixes globally ignored by projectile.
Note that files aren't filtered if `projectile-indexing-method'
is set to `alien'."
  :group 'projectile
  :type '(repeat string))