From 7a9d47a37fa1a70fcab0efaed7e12eb49e22f34b Mon Sep 17 00:00:00 2001 From: Daniel Izdebski Date: Tue, 3 Oct 2023 21:32:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20chore:=20Add=20`.cache-synpress`?= =?UTF-8?q?=20to=20`.gitignore`=20(#907)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ biome.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93896c80d..cb9bb4e57 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ types # Vitest coverage + +### Synpress + +.cache-synpress diff --git a/biome.json b/biome.json index 11c158f54..77e873c90 100644 --- a/biome.json +++ b/biome.json @@ -7,7 +7,8 @@ ".idea", "**/dist", "**/types", - "**/coverage" + "**/coverage", + "**/.cache-synpress" ] }, "formatter": {