From 2718aeac52e031c6555c883a072b2e74260611a5 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:45:04 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2261aa1..73c5a9f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,8 @@ crates/*/target crates/*/Cargo.lock db.toml +db.sqlite3 config.toml schema.sql + +/.idea