aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-08 19:52:01 +0800
committerGitHub <noreply@github.com>2024-07-08 19:52:01 +0800
commitb0e18e29ba4b6f13d66ee386bdd5e405ae3eb898 (patch)
treed92d28b08c350a9ee4ab9f16dd774b872bc3c84c /.gitignore
parentfd5f5418f35186092ba1e69c7ff9c8eabe676598 (diff)
downloadllm-functions-docker-b0e18e29ba4b6f13d66ee386bdd5e405ae3eb898.tar.gz
feat: agent support tools.txt (#64)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 4 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 2255aa6..108e031 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,14 @@
/tmp
-functions.txt
-tools.txt
-agents.txt
+/tools.txt
+/agents.txt
functions.json
/bin
/cache
/tools/test.*
/.env
-*.cmd
__pycache__
/venv
node_modules
-package.json
-package-lock.json
+/package.json
+/package-lock.json
*.lock \ No newline at end of file