aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-11-30 18:15:41 +0800
committerGitHub <noreply@github.com>2024-11-30 18:15:41 +0800
commit2afd0fc19e3597d7736a6c7a12617f2fc25752c6 (patch)
tree8e3311fa1089b371cb1c8bf4061facd98aa46569 /.gitignore
parentd2a537c3743963bfb6add44731dd3f3f6c785a2e (diff)
downloadllm-functions-docker-2afd0fc19e3597d7736a6c7a12617f2fc25752c6.tar.gz
refactor: error handling for run-tool/run-agent scripts (#133)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3be38f5..92e2554 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,5 +13,5 @@ __pycache__
/.venv
node_modules
/package.json
-/package-lock.json
+package-lock.json
*.lock \ No newline at end of file