From 6b77bab275317a971797862001efd36e57be8151 Mon Sep 17 00:00:00 2001 From: VadimL Date: Fri, 24 Jul 2026 20:43:21 +0300 Subject: [PATCH] Mod .gitignore --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2b82d39..a898d54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /target -/config.toml -/chat_history.db -/chat_history.db-shm -/chat_history.db-wal \ No newline at end of file +config.toml +chat_history.db +chat_history.db-shm +chat_history.db-wal \ No newline at end of file