From 139bd5a3f6738b1d478ffcca497ba09262f443b2 Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 29 Nov 2024 18:16:36 +0800 Subject: refactor: git ignore all tools/agents startsWith `_` (#130) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b9a3d65..3be38f5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ functions.json /bin /cache -/tools/test.* +/agents/_* +/tools/_* /tools/web_search.* /tools/code_interpreter.* /.env -- cgit v1.2.3