chore: 更新.gitignore,排除本地开发文件

This commit is contained in:
lulistart
2026-02-18 02:54:50 +08:00
parent d5288035d4
commit 6575f75e37
3 changed files with 2 additions and 18 deletions

View File

@@ -1,18 +0,0 @@
# 服务器端口
PORT=3000
# Token 文件路径
TOKEN_FILE=./token.json
# 模型列表文件路径
MODELS_FILE=./models.json
# HTTP 代理(可选,用于 token 刷新)
# HTTP_PROXY=http://127.0.0.1:7890
# HTTPS_PROXY=http://127.0.0.1:7890
# 负载均衡策略(可选)
# round-robin: 轮询(默认)
# random: 随机选择
# least-used: 最少使用(选择请求次数最少的账号)
LOAD_BALANCE_STRATEGY=round-robin

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@ node_modules/
token.json token.json
*.log *.log
.DS_Store .DS_Store
database/app.db
.env.exa

Binary file not shown.