From 15e12587d0b97c0b337d9e833d30806401c33ebd Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 23 Feb 2024 20:49:59 +0100 Subject: [PATCH] update ignore files --- .eslintignore | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 0a5b7d9..cc37758 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ build/ cypress/reports/ -node_modules/ \ No newline at end of file +cypress/screenshots/ +node_modules/ diff --git a/.gitignore b/.gitignore index 95858d8..0ddd73c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ build/ cypress/reports/ +cypress/screenshots/ node_modules/ .vuepress/.cache .vuepress/.temp