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