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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user