Variable: projectile-git-ignored-command
projectile-git-ignored-command is a customizable variable defined in
projectile.el.
Value
"git ls-files -zcoi --exclude-standard"
Documentation
Command used by projectile to get the ignored files in a git project.
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-git-ignored-command "git ls-files -zcoi --exclude-standard"
"Command used by projectile to get the ignored files in a git project."
:group 'projectile
:type 'string
:package-version '(projectile . "0.14.0"))