From 73a5a7b0f589ec17a45dcf6a51fe4de20f6e8b86 Mon Sep 17 00:00:00 2001 From: unclecode Date: Sat, 18 Oct 2025 12:41:29 +0800 Subject: [PATCH] Update gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index a5389a3e..7fed1b79 100644 --- a/.gitignore +++ b/.gitignore @@ -280,3 +280,14 @@ docs/apps/linkdin/debug*/ docs/apps/linkdin/samples/insights/* scripts/ + + +# Databse files +*.sqlite3 +*.sqlite3-journal +*.db-journal +*.db-wal +*.db-shm +*.db +*.rdb +*.ldb