Open AndrewC-B opened 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.
Ah OK. Although one Git repo can have multiple .gitignores 😉
I'll see what I can do :) For the moment it is broken in 1.8.0. Not my fault tough.
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.
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?