atom/git-diff

Excluded files still show as ignored in file tree

download13 opened this issue · 2 comments

My .gitignore file includes the following lines:

dist/server/
!dist/server/Dockerfile

Everything in dist/server/ is now shown as grayed out in the file tree as though it is untracked. Including dist/server/Dockerfile, which should be tracked as the gitignore file explicitly excludes it from being ignored.

File tree

I experience the same issue.

I think this is a duplicate of atom/tree-view#196