From cde5120e7285dbd1da184996f6ff4e034c47262d Mon Sep 17 00:00:00 2001 From: Amit Rout Date: Wed, 9 Oct 2019 19:47:12 +0530 Subject: [PATCH] Update test reports path in gitignore file (#2252) --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0f47f948c4c..d79f9fde90d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ bin coverage.txt # Ignore test reports -tests/reports/ +reports/ # # GO SPECIFIC @@ -75,4 +75,3 @@ tags # VSCode specific .vscode -