+2

configurable sublime-project file templates

Ilia Choly 11 years ago 0

I'd like to be able to modify the default .sublime-project template.


{
  "folders":
  [
    {
      "path": "/home/icholy/workspace/libdbclient",
      "file_exclude_patterns": [], // <-- add this
      "folder_exclude_patterns": [] // <-- and this
    }
  ]
}
I always forget these 2 settings and am forced to look them up every time.