From cc757e05cd0d4d06b38feaf483b3a5796957e849 Mon Sep 17 00:00:00 2001 From: muhme Date: Sat, 14 Dec 2024 04:24:50 +0100 Subject: [PATCH] Ignore Cypress screenshots --- .gitignore | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc4a953..557b728 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ installation/node_modules # Created by npm install cypress-file-upload cypress@latest installation/package.json installation/package-lock.json +# Cypress screenshots +installation/cypress diff --git a/VERSION b/VERSION index 04b10b4..ebf14b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.7 +2.1.8