Function: projectile-unignored-directories-rel
projectile-unignored-directories-rel is a byte-compiled function
defined in projectile.el.
Signature
(projectile-unignored-directories-rel)
Documentation
Return list of unignored directories, relative to the root.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-unignored-directories-rel ()
"Return list of unignored directories, relative to the root."
(projectile-make-relative-to-root (projectile-unignored-directories)))