From c76491a8b0ddf7fb5a4383509ee5ad951eaa188b Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Sun, 9 Oct 2022 00:00:26 +0200 Subject: [PATCH] chore: ignore cypress screenshots --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6a9e978f..ba7f9dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -78,10 +78,10 @@ web_modules/ cypress.env.json # cypress screenshots -cypress/screenshots/ +packages/e2e-tests/cypress/screenshots # cypress videos -cypress/videos/ +packages/e2e-tests/cypress/videos/ # parcel-bundler cache (https://parceljs.org/) .cache