From 94dd00b9cafeaa889b558620043537083810492a Mon Sep 17 00:00:00 2001 From: Danel Kungla Date: Fri, 29 Aug 2025 18:05:29 +0300 Subject: [PATCH] Add data.sql to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f96346c..93048af 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ yarn-error.log* next-env.d.ts dump.sql +data.sql \ No newline at end of file