gitignore the root .env, it holds a live token (V-484)

It was untracked but not ignored, so one git add -A would have committed
MAVEN_AMBIENT_TOKEN. Same class as deploy/telegram.env, which is already
ignored.
This commit is contained in:
2026-08-02 16:51:26 +04:00
committed by kami
parent c0de473382
commit a3af10a830
+3
View File
@@ -66,3 +66,6 @@ coverage.out
/HANDOFF.md
/models/stt
/models/tts
# root .env — MAVEN_AMBIENT_TOKEN and friends, same class as deploy/telegram.env
.env