From 8cc58946cf97393e1135c181f9988ad687b61303 Mon Sep 17 00:00:00 2001 From: Deep Tailor Date: Fri, 10 Jul 2020 12:47:52 -0700 Subject: [PATCH] Remove Karma Report that was accidentally checked in (#3097) * remove karma report * add report.*.json to gitignore Co-authored-by: Andrew Henry Co-authored-by: Nikhil --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3d231f100b..86b84da9b0 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,7 @@ protractor/logs # npm-debug log npm-debug.log +# karma reports +report.*.json + package-lock.json