This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Atom shows .gitignore'd files in ctrl-p #14128
Labels
wrong-repo
Issues that are filed to the wrong Atom repository.
Prerequisites
Description
Atom shows files in my 'lib' directory in ctrl-p despite them being in .gitignore. It doesn't
show files in node_modules (also in .gitignore).
Image taken in
--safe
mode:Steps to Reproduce
I'm not able to reproduce it in a test case so far. Hopefully you can point me in the right
direction.
Expected behavior:
It shouldn't show files in the lib directory in ctrl-p.
Actual behavior: [What actually happens]
It shows files in the lib directory in ctrl-p.
Reproduces how often: [What percentage of the time does it reproduce?]
Always in this project.
Versions
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.Latest OSX version.
Additional Information
Let me know if you need more information, but it happens in
--safe
mode.The text was updated successfully, but these errors were encountered: