From 828aad23fccf49eff3d230c44e7a401a0dd518d2 Mon Sep 17 00:00:00 2001 From: Pau Navarro Date: Mon, 9 Jan 2023 09:05:21 +0100 Subject: [PATCH] change gitignore to include cypress screenshots and videos --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 06ff1aac6..213384ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,7 @@ yarn-error.log* *.ntvs* *.njsproj *.sln + +# Cypress directories and files +/tests/cypress/videos +/tests/cypress/screenshots \ No newline at end of file