Track .envrc with use flake, move secrets to .envrc.local
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ed741a8c0f
commit
18e6103bed
2 changed files with 5 additions and 1 deletions
4
.envrc
Normal file
4
.envrc
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# shellcheck shell=bash
|
||||||
|
use flake
|
||||||
|
source_env .envrc.local
|
||||||
|
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
/_build/
|
/_build/
|
||||||
|
|
||||||
# Environment variables (secrets)
|
# Environment variables (secrets)
|
||||||
.envrc
|
.envrc.local
|
||||||
|
|
||||||
# If you run "mix test --cover", coverage assets end up here.
|
# If you run "mix test --cover", coverage assets end up here.
|
||||||
/cover/
|
/cover/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue