chore: 将本地密钥 env 文件加入 gitignore

忽略 apps/api/.env 与 .env.docker,并从仓库移除已跟踪的 API 本地配置。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-12 10:30:11 +08:00
parent db28390be9
commit 83f0f380c5
2 changed files with 6 additions and 8 deletions

6
.gitignore vendored
View File

@@ -8,6 +8,12 @@ release/
coverage/
.turbo/
*.tsbuildinfo
# 本地环境变量(含密钥,勿提交;示例见 .env.example / .env.docker.example
.env.docker
apps/api/.env
.cursor/
# 勿将 tsc 编译产物提交到 player/src会导致 Vite 加载过期 .js
apps/player/src/**/*.js
!apps/player/src/router/index.js