Sublime project now excludes node_modules

This commit is contained in:
Ian Gilman 2013-04-26 10:06:14 -07:00
parent f5aa476f62
commit beba155ece

View File

@ -3,7 +3,13 @@
[ [
{ {
"path": ".", "path": ".",
"file_exclude_patterns": ["*.sublime-project", "*.sublime-workspace"] "file_exclude_patterns": [
"*.sublime-project",
"*.sublime-workspace"
],
"folder_exclude_patterns": [
"node_modules"
]
} }
], ],
"settings": "settings":