Skip to content

Instantly share code, notes, and snippets.

@kriswill
Created September 12, 2011 19:38
Show Gist options
  • Save kriswill/1212177 to your computer and use it in GitHub Desktop.
Save kriswill/1212177 to your computer and use it in GitHub Desktop.
pb sublime-text 2 general project file
{
"folders":
[
{
"path": "./common",
"folder_exclude_patterns": ["3rdparty"]
},
{
"path": "./includes",
"folder_exclude_patterns": ["3rdparty"]
},
{
"path": "./javascript"
},
{
"path": "./templates"
},
{
"path": "./stylesheets"
},
{
"path": "./phpunit"
},
{
"path": "./tools"
},
{
"path": "./user"
},
{
"path": "./shared",
"folder_exclude_patterns": ["statics", "images", "sound"]
}
],
"settings":
{
"tab_size": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment