Excluded files still show as ignored in file tree
download13 opened this issue · 2 comments
download13 commented
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.
takhs91 commented
I experience the same issue.
maxbrunsfeld commented
I think this is a duplicate of atom/tree-view#196