Sublime project and workspace settings

This commit is contained in:
Eryn Wells 2014-07-19 11:27:32 -07:00
parent 09b0065611
commit 7153ec759b
2 changed files with 431 additions and 0 deletions

10
charles.sublime-project Normal file
View file

@ -0,0 +1,10 @@
{
"folders":
[
{
"path": ".",
"follow_symlinks": true,
"folder_exclude_patterns": ["build"]
}
]
}