From 77148905f0ebfdbd7bff33023ed037d1a29583ce Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Mon, 26 Feb 2024 19:05:07 +0100 Subject: [PATCH] test: Add cypress/download folder to .gitignore Signed-off-by: Louis Chemineau --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bbcbddff26a..56215087e67 100644 --- a/.gitignore +++ b/.gitignore @@ -173,3 +173,4 @@ core/js/mimetypelist.js # Tests - cypress cypress/snapshots cypress/videos +cypress/downloads \ No newline at end of file