atom / fuzzy-finder

Find and open files quickly
MIT License
276 stars 138 forks source link

Don't ignore the whole project. #207

Closed joshaber closed 8 years ago

joshaber commented 8 years ago

Fixes https://github.com/atom/fuzzy-finder/issues/111.

If the repository was embedded in another repository, then the inner repository itself could be ignored which meant we wouldn’t index anything.

This might be less than ideal in that project roots which were previously entirely ignored now won’t be. But I gotta think that if you opened a project root, you don’t want the whole project ignored.

foundryspatial-duncan commented 8 years ago

For anyone still experiencing this problem, I just noticed the php-integrator-base package is overriding the fixed behavior and still causing the bug. Disabling the package has fixed it for me in 1.8.0 edit: nevermind, maybe I'm still seeing it in 1.8.0 even with the PHP integrator disabled...