aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-11-29 18:16:36 +0800
committerGitHub <noreply@github.com>2024-11-29 18:16:36 +0800
commit139bd5a3f6738b1d478ffcca497ba09262f443b2 (patch)
tree0b86bd8b40fc10f359f5e5cf482b028a41740c99 /.gitignore
parentecf7233401ebe273fa292b8208651395d99ddff9 (diff)
downloadllm-functions-docker-139bd5a3f6738b1d478ffcca497ba09262f443b2.tar.gz
refactor: git ignore all tools/agents startsWith `_` (#130)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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