From a0d9851cb955872d91358585ed461e5eafacadb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Tue, 24 Mar 2020 11:15:04 +0100 Subject: [PATCH] Chore: adds report.xxxx.json to gitignore (#23016) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a808efad312..e1858a213d3 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,6 @@ compilation-stats.json /e2e/suite1/screenshots !/e2e/suite1/screenshots/expeced/* /e2e/suite1/videos/* + +# report dumping the whole system env +/report.*.json