diff options
| author | sigoden <sigoden@gmail.com> | 2024-11-29 18:16:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-29 18:16:36 +0800 |
| commit | 139bd5a3f6738b1d478ffcca497ba09262f443b2 (patch) | |
| tree | 0b86bd8b40fc10f359f5e5cf482b028a41740c99 /.gitignore | |
| parent | ecf7233401ebe273fa292b8208651395d99ddff9 (diff) | |
| download | llm-functions-docker-139bd5a3f6738b1d478ffcca497ba09262f443b2.tar.gz | |
refactor: git ignore all tools/agents startsWith `_` (#130)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ functions.json /bin /cache -/tools/test.* +/agents/_* +/tools/_* /tools/web_search.* /tools/code_interpreter.* /.env |
