subesokun / atom-tree-view-git-status

Shows the Git repository status in the Atom tree-view
MIT License
24 stars 2 forks source link

.gitignored files are hidden in treeview #18

Closed jpeltoniemi closed 8 years ago

jpeltoniemi commented 8 years ago

As the title says, ignored files are hidden in the tree. This might be great for some projects where there are lots of ignored files that are no use in development, but I often come across situations where this is not desired, mainly configuration files and compiled CSS.

I checked the tree DOM with inspector and found that ignored files are completely removed, instead of just hidden via CSS, so I couldn't just unhide them myself.

So, I propose an option to show ignored files in the tree, for example with a bit of transparency or some other color.

jpeltoniemi commented 8 years ago

I just assumed this behavior was caused by this package, since I haven't got anything else git-related enabled, when actually it's built into Atom.