chore(projects): Add "Rakefile" as possible projecte root

This commit is contained in:
2020-03-12 19:07:07 +00:00
parent 41ed781f2b
commit 490ea7e92d

View File

@@ -56,6 +56,7 @@
(projectile-sort-order 'recently-active)
:config
(push "Rakefile" projectile-project-root-files)
;; Treat separate directories with Gemfiles within a single git repo as
;; separate projects.
(push "Gemfile" projectile-project-root-files-bottom-up))