From 052d6984aaa430014b0d311e878e51db25ebd5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Thu, 19 Dec 2019 09:12:03 +0100 Subject: [PATCH] Chore: Fixes wrong e2e path in .gitignore (#21186) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1005c547675..1a751904ab7 100644 --- a/.gitignore +++ b/.gitignore @@ -101,4 +101,4 @@ compilation-stats.json /packages/grafana-e2e/cypress/logs /public/e2e-test/screenShots/theOutput /public/e2e-tests/screenShots/theOutput/*.png -public/e2e-tests/videos +/public/e2e-tests/videos