Created
September 12, 2011 19:38
-
-
Save kriswill/1212177 to your computer and use it in GitHub Desktop.
pb sublime-text 2 general project file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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