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.
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:
helm-projectile-switch-project
will still list the ~/ project despiteprojectile-switch-project
correctly not listing it, and it not being present inprojectile-known-projects
.Steps to reproduce the problem
Make homedir a git repository. Delete projectile cache Issue
(add-to-list 'projectile-ignored-projects "~/")
Issuehelm-projectile-switch-project
.Environment & version information
helm-projectile
version: 4466adbcada8be19ec97b9dba52e12b8da3da849helm
version (inhelm-pkg.el
): 20170904.922projectile
version (M-x projectile-version
): 20170827.2053M-x emacs-version
): 25.3.1