From e7fa12401307faf3551e089e75ccc4684f2ad386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20Andr=C3=A1s=20T=C3=B3th?= Date: Thu, 17 Jul 2025 09:22:34 +0200 Subject: [PATCH] Update git and docker ignore --- .dockerignore | 8 +++++++- .gitignore | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index aad3962..d4c92c1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -11,4 +11,10 @@ coverge/ .env.development.local .env.test.local .env.production.local -.env.local \ No newline at end of file +.env.local + +# SQlite database files +*.sqlite +*.sqlite3 +sqlite* +sqldiff \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2309cc8..330b851 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,8 @@ dist .yarn/install-state.gz .pnp.* +# SQlite database files +*.sqlite +*.sqlite3 +sqlite* +sqldiff \ No newline at end of file