From 40b73877b69cc186ae3272f311cf7a1646b6ad71 Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Wed, 12 Aug 2026 22:14:01 +0200 Subject: [PATCH] Ignore .env.test The staging stack is configured through .env.test, which holds its own database password and secrets. It was not covered by the existing .env rules. Co-Authored-By: Claude Opus 5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 81a87fe..a24cd47 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ yarn-error.log* # local env files .env*.local .env +.env.test # vercel .vercel