Add the ability to store secret dev-only env vars in .env.secret.toml (#15557)
Release Notes: - N/A --------- Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
parent
86f266d37f
commit
3f1c091b87
3 changed files with 29 additions and 22 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -29,3 +29,6 @@ DerivedData/
|
|||
.vscode
|
||||
.wrangler
|
||||
.flatpak-builder
|
||||
|
||||
# Don't commit any secrets to the repo.
|
||||
.env.secret.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue