-1

".git" folder not showing in sidebar

-10733 il y a 11 ans mis à jour par Sven Axelsson il y a 11 ans 1

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.

+1

As default all VCS folders are hidden with


      "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"]


You can change that if you want.