commit | e5b314e94a51ac65601fa9a85371878afc57d836 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Sun Apr 08 14:38:43 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Mon Apr 09 16:01:00 2018 -0500 |
tree | bb2b73ede0adc7074fcc0d1dec5398538720d7ed | |
parent | 83f0896ebefb6560dd975180f95456546e4304b0 [diff] [blame] |
gitignore: Add coverage/ Coverage is where PhantomJs outputs the unit test coverage. Change-Id: I381e479d57dc2226a464d117bfd5a917bd5706dd Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/.gitignore b/.gitignore index b36a8c0..3a72cbb 100644 --- a/.gitignore +++ b/.gitignore
@@ -7,4 +7,5 @@ *.swp .idea app/styles/index.css -yarn.lock \ No newline at end of file +yarn.lock +coverage/