From b380d46c668ee4b4141a1048a78f720ebbc848e8 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Thu, 31 Mar 2022 18:01:57 +0200 Subject: [PATCH] chore: excluding image snapshots --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9b28eb1d8..4360dff7d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ local/ _site Gemfile.lock /.vs + +cypress/screenshots/ +cypress/snaphots/ \ No newline at end of file