From 3c64e46917d6a7b67b6b9ff736b7d93511a379a1 Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Wed, 22 Oct 2025 12:25:20 +0800 Subject: [PATCH] chore: update .gitignore to exclude site directory- Add 'site/*' to ignore generated site files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 34d11145..c534ea07 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ cookbook/appworld/exp_result/* file_vector_store/* cookbook/appworld/file_vector_store/* /.venv/ +site/* \ No newline at end of file