Excluding sublime text docs from sublime text project

This commit is contained in:
Ian Gilman 2013-02-14 14:15:52 -08:00
parent 1ed32a0d5d
commit 05affbc7fc

View File

@ -2,7 +2,8 @@
"folders":
[
{
"path": "."
"path": ".",
"file_exclude_patterns": ["*.sublime-project", "*.sublime-workspace"]
}
],
"settings":