-1
".git" folder not showing in sidebar
not sure this is a bug, but the ".git" folder in my project does not show in the sidebar, i could see reason for showing and for not showing it.
Servicio de atención al cliente por UserEcho
As default all VCS folders are hidden with
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"]
You can change that if you want.