How can I show .gitignored / .ignored files in visual studio code?

The defaults of VS Code puzzle me, but fortunately there is a way to override them. I spent hours searching for a way to expose these files in the Explorer view, and only found it through experimenting based on what I already had for the search:

"search.useIgnoreFiles": false,
"files.useIgnoreFiles": false,

Leave a Comment