leny / atom-tree-ignore

Use a .atomignore file to hide files & folder in tree view
MIT License
41 stars 13 forks source link

fixed ignoring '*' then negating didn't work #33

Open hamstergene opened 8 years ago

hamstergene commented 8 years ago

The .atomignore file like this doesn't work, because once project root has been hidden, _fUnhideParents would not unhide it.

The ignore rules must not apply to project root. This is how Atom's core package tree-view works with .gitignore, and so should this one.

leny commented 8 years ago

Hi! Thanks for this!

I'm quite busy this week, will try to merge and publish as soon as I can.