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
parent 54cde17e73
commit 87bc30204c
+3
View File
@@ -63,3 +63,6 @@ coverage.out
/HANDOFF.md
/models/stt
/models/tts
# root .env — MAVEN_AMBIENT_TOKEN and friends, same class as deploy/telegram.env
.env