fix: prevent dev env leaking into api image

This commit is contained in:
2026-05-19 12:03:50 +08:00
parent b5855fd457
commit f576875af2
4 changed files with 21 additions and 4 deletions

View File

@@ -13,6 +13,9 @@ web/.next
web/out
api/.venv
api/.env
api/.env.local
api/.env.production
api/jobs
jobs
data