atom/git-utils

Doesn't respect global gitignore

torifat opened this issue · 3 comments

You can set global gitignore file using git config --global core.excludesfile

But, currently atom shows them as new file. Whereas git ignores them.

I was not sure about where to put it. In this repo or tree-view repo

Yeah, this was previously reported in the tree-view and it resulted in opening up this issue on the libgit2 project: libgit2/libgit2#2171

@kevinsawicki Thanks for the update. Keep up the good work 👍

I couldn't reproduce this. Looks like it was fixed in libgit2.