From 0c8a459d92555619247d17998a8d960457ee2989 Mon Sep 17 00:00:00 2001 From: alikia2x Date: Tue, 29 Apr 2025 03:49:17 +0800 Subject: [PATCH] update: .gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fdf0294..c990962 100644 --- a/.gitignore +++ b/.gitignore @@ -84,4 +84,12 @@ scripts model/ -.astro \ No newline at end of file +.astro + +# Database +*.dump +*.db +*.sqlite +*.sqlite3 +db/ +data/ \ No newline at end of file