Skip to content

Commit

Permalink
Exclude generated dirs from Sublime project
Browse files Browse the repository at this point in the history
  • Loading branch information
skozin committed Mar 20, 2016
1 parent 2802f33 commit 0f319bb
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions cochan.sublime-project
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [ "node_modules", "es6", "lib" ]
}
]
"folders":
[
{
"folder_exclude_patterns": [
"node_modules",
"es6",
"lib",
".nyc_output",
"coverage"
],
"path": "."
}
]
}

0 comments on commit 0f319bb

Please sign in to comment.