atom / tree-view

🌳 Explore and open project files in Atom
MIT License
561 stars 364 forks source link

Ignored symlink can be searched and color is not gray #975

Open zhanzhenzhen opened 8 years ago

zhanzhenzhen commented 8 years ago

If the symlink is linked to outside the project's directory, then the color will be incorrect. Steps to reproduce:

  1. Type *.p12 in .gitignore.
  2. ln -s ../some-external-directory/file.p12 file.p12

Open the Atom editor and file.p12 will be shown as not ignored.

zhanzhenzhen commented 7 years ago

Still no one have looked into this issue? Now I found these ignored symlinks can also be searched (that's incorrect), so I updated the title.