atom / find-and-replace

Find and replace in a single buffer and in the project
MIT License
242 stars 197 forks source link

Find in Project incorrectly follows ignored symlinks #548

Open bronson opened 9 years ago

bronson commented 9 years ago

I have /public/flyers in my .gitignore, but find-in-project still grinds forever searching the flyers directory. If I change the symlink to a plain folder, find-in-project correctly ignores it.

To replicate:

Possibly related, I would expect the treeview to display the symlink grayed out, like the other ignored files/folders. It doesn't.

trevdor commented 8 years ago

@bronson, I wonder if unchecking the Follow Symlinks setting in Core Settings would do what you're after. (Weird that it's not honoring your .gitignore.)