When I put something in .gitignore the file disappears from my treeview even though I have exclude vcs ignored paths
turned off. What’s worse is that when .gitignore is changed to not ignore a file the file is still hidden in the tree view.
I put a gitignore with **
in my lib
folder as a test and then removed it and now I’m screwed. I can’t see any files in there. Does someone know where this is stored so I can clear it?
Edit: I also tried safe mode with no luck.