bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Unable to ignore ~/ project #85

Closed mfiano closed 6 years ago

mfiano commented 6 years ago

Expected behavior

It should be possible to hide the ~/ project from helm-projectile-switch-project

Actual behavior

When my homedir is a git repository tracking my dotfiles, and I issue:

(add-to-list 'projectile-ignored-projects "~/")

helm-projectile-switch-project will still list the ~/ project despite projectile-switch-project correctly not listing it, and it not being present in projectile-known-projects.

Steps to reproduce the problem

Make homedir a git repository. Delete projectile cache Issue (add-to-list 'projectile-ignored-projects "~/") Issue helm-projectile-switch-project.

Environment & version information