This is now supported in build 2111, see
http://www.sublimetext.com/docs/2/projects.html
for details
"file_exclude_patterns": ["./*.js"] // or ["/*.js"]
This causes .js files inside all subfolders to be hidden too.
Seems like it should be easy to say "Ignore everything listed in .gitignore"
Right?
I would like to know if this could be revisited. The exclusions are nice, but what if we have a folder we want to exclude, but with exceptions?
It would be nice to integrate the .gitignore syntax for folder exclusion exceptions.
stuff like this:
"folder_exclude_patterns": ["modules/*", "!modules/core"]