From 950d54f53143db10b0fb8b2b2e3488722bb63aa7 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sat, 4 Apr 2026 17:46:17 +0200 Subject: [PATCH] chore: update gitignore for SQLite files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ad67955..77d1e2b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,8 @@ target # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +*.db +*.db-shm +*.db-wal +