Open zhanzhenzhen opened 8 years ago
If the symlink is linked to outside the project's directory, then the color will be incorrect. Steps to reproduce:
*.p12
.gitignore
ln -s ../some-external-directory/file.p12 file.p12
Open the Atom editor and file.p12 will be shown as not ignored.
file.p12
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.
If the symlink is linked to outside the project's directory, then the color will be incorrect. Steps to reproduce:
*.p12
in.gitignore
.ln -s ../some-external-directory/file.p12 file.p12
Open the Atom editor and
file.p12
will be shown as not ignored.