Pangoraw / git-hide

:telescope: Atom plugin to toggle ignored files in the treeview
https://atom.io/packages/git-hide
MIT License
6 stars 0 forks source link

Support for multiple .gitignore files #5

Open AndrewC-B opened 8 years ago

AndrewC-B commented 8 years ago

Unless I'm mistaken this only supports projects with a single .gitignore file at the root of the project. Some of my projects have multiple .gitignores at different levels within the directory structure. Is there any chance that support for multiple .gitignores could be added?

Pangoraw commented 8 years ago

Hi, sorry for my late answer ! Right now the .gitignore file parsing is not made by my plugin but by atom's tree-view plugin, and they don't provide an API. And for now it look like they only use the root .gitignore file because it can read only one git repository.

AndrewC-B commented 8 years ago

Ah OK. Although one Git repo can have multiple .gitignores 😉

Pangoraw commented 8 years ago

I'll see what I can do :) For the moment it is broken in 1.8.0. Not my fault tough.

AndrewC-B commented 8 years ago

OK, thanks! :)

On 17/06/2016, at 8:18 AM, Pangoraw notifications@github.com wrote:

I'll see what I can do :) For the moment it is broken in 1.8.0. Not my fault tough.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.