Function: projectile-project-unignored-files

projectile-project-unignored-files is a byte-compiled function defined in projectile.el.

Signature

(projectile-project-unignored-files)

Documentation

Return list of project unignored files.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-project-unignored-files ()
  "Return list of project unignored files."
  (seq-remove 'file-directory-p (projectile-project-unignored)))