From b4719cd9cfa6c25e40df6f78c83328482a4430fc Mon Sep 17 00:00:00 2001
From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
Date: Fri, 21 Jan 2022 20:14:48 +0100
Subject: [PATCH] Ignore `cypress_sample_database.json` (#19842)

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index e15b83ebb69..f2e037e9e25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,7 +72,7 @@ xcshareddata
 xcuserdata
 dev/src/dev/nocommit/
 *~
-**/cypress_sample_dataset.json
+**/cypress_sample_database.json
 /frontend/src/cljs
 .shadow-cljs
 
-- 
GitLab