Преглед изворни кода

chore: 忽略 k8s secret 清单文件

deploy/k8s/06-secret.yaml 含密钥占位,加入 .gitignore 避免误提交真实密钥。

Co-Authored-By: Claude <noreply@anthropic.com>
lkatzey пре 5 дана
родитељ
комит
b7e85254a6
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -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