deploy/k8s/06-secret.yaml 含密钥占位,加入 .gitignore 避免误提交真实密钥。 Co-Authored-By: Claude <noreply@anthropic.com>
@@ -8,6 +8,9 @@ dist/
.env.local
.env.*.local
+# Secrets (k8s) — never commit a filled-in secret manifest
+deploy/k8s/06-secret.yaml
+
# Next.js
.next/
next-env.d.ts