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:
@@ -63,3 +63,6 @@ coverage.out
|
|||||||
/HANDOFF.md
|
/HANDOFF.md
|
||||||
/models/stt
|
/models/stt
|
||||||
/models/tts
|
/models/tts
|
||||||
|
|
||||||
|
# root .env — MAVEN_AMBIENT_TOKEN and friends, same class as deploy/telegram.env
|
||||||
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user