From bd71e15c5b0dc6728b578c69a7c7b219035721ad Mon Sep 17 00:00:00 2001 From: Niket Pathak Date: Sat, 10 Feb 2024 15:55:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20add=20cypress=20downloaded=20to?= =?UTF-8?q?=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c4ab6f0..7ef893b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ node_modules/ thumbs.db *.log* dist/ -cypress/screenshots \ No newline at end of file +cypress/screenshots +cypress/downloads \ No newline at end of file