-1

".git" folder not showing in sidebar

-10733 fa 11 anys updated by Sven Axelsson fa 11 anys 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.