Track .envrc with use flake, move secrets to .envrc.local

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Graham McInitre 2026-07-20 18:35:13 -05:00
parent ed741a8c0f
commit 18e6103bed
2 changed files with 5 additions and 1 deletions

4
.envrc Normal file
View file

@ -0,0 +1,4 @@
# shellcheck shell=bash
use flake
source_env .envrc.local

2
.gitignore vendored
View file

@ -2,7 +2,7 @@
/_build/
# Environment variables (secrets)
.envrc
.envrc.local
# If you run "mix test --cover", coverage assets end up here.
/cover/