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.
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.