Skip to content

Commit

Permalink
Sublime: ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jul 26, 2016
1 parent 22b9e2a commit 2252874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
{
"path": ".",
"folder_exclude_patterns": ["reports", "node_modules", "lib"]
"folder_exclude_patterns": ["coverage", "node_modules", "lib"]
}
],
"SublimeLinter":
Expand Down

0 comments on commit 2252874

Please sign in to comment.