From c63da03a3e2fb7dfd16f02eca04d972a915c36f5 Mon Sep 17 00:00:00 2001 From: Jonas <77726472+kobolol@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:40:25 +0000 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20Datenbank-WAL-=20und=20SHM-Dateien?= =?UTF-8?q?=20zur=20.gitignore=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 654072c..0505cc1 100644 --- a/.gitignore +++ b/.gitignore @@ -77,4 +77,8 @@ yarn-error.log* .idea/ # Claude Code -.claude \ No newline at end of file +.claude + +# Database (Sql Lite) +API/app.db-wal +API/app.db-shm \ No newline at end of file