Variable: projectile--rakefile-names
projectile--rakefile-names is a variable defined in projectile.el.
Value
("Rakefile" "rakefile" "Rakefile.rb" "rakefile.rb")
Documentation
The file names rake accepts as a project's main task file.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defconst projectile--rakefile-names
'("Rakefile" "rakefile" "Rakefile.rb" "rakefile.rb")
"The file names rake accepts as a project's main task file.")