Hide generated folders from SublimeText

dev
Andy Meneely 2015-04-30 10:34:39 -04:00
parent 7c829c21e9
commit 9b4eb7f00b
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,13 @@
[
{
"follow_symlinks": true,
"path": "."
"path": ".",
"folder_exclude_patterns": [
"doc",
".yardoc",
"coverage",
"pkg",
]
}
],
"build_systems":[