Reputation: 5367
I am working on a Laravel project, but when I try to use the "project search" or "fuzzy open" features, none of the files in the vendor/
directory are being found.
I tried changing the list of 'Ignored Files' to just .git
, didn't work.
Upvotes: 8
Views: 2595
Reputation: 54507
Have you tried changing the setting for Settings > Core Settings > Exclude VCS Ignored Paths? This is checked by default, and the fuzzy finder will not show files that are ignored.
More info here: https://discuss.atom.io/t/project-search-does-not-index-files-in-gitignore/2804
Here's a screenshot showing the box to uncheck:
Upvotes: 18