From 8660bbc34834846ad319bbb0c543da5006644797 Mon Sep 17 00:00:00 2001 From: unknown <1251316345@qq.com> Date: Tue, 3 Mar 2026 16:17:40 +0800 Subject: [PATCH] Add .claude/settings.local.json and instance/database.db to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cc7b536..5f74a3f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ venv/ dist/ build/ node_modules/ -model/ \ No newline at end of file +model/ +.claude/settings.local.json +instance/database.db \ No newline at end of file