For me this unhid all of the default directories that Sublime Text hides (.git, .svn, etc).
I just copied those from the default config and ended up adding this to my user prefs:
"folderexcludepatterns": [".svn", ".git", ".hg", "CVS", ".sass-cache"]
For me this unhid all of the default directories that Sublime Text hides (.git, .svn, etc).
I just copied those from the default config and ended up adding this to my user prefs:
"folderexcludepatterns": [".svn", ".git", ".hg", "CVS", ".sass-cache"]