leny / atom-tree-ignore

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

Parse using .gitignore glob format #30

Open richbl opened 8 years ago

richbl commented 8 years ago

It'd be great if I could just cut from a standard .gitignore file into .atomignore and the package just work.

DOES: atom-tree-ignore does not parse the following globs: app/*/.js and app/*/.js.map, which are correctly parsed by Git (of course), and by Atom's native "hide VCS ignored files" option in its tree-view package.

SHOULD: atom-tree-ignore should parse native Git (.gitignore) globs.