diff options
-rw-r--r-- | .envrc | 2 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.envrc b/.envrc index a75b02f..a506aa5 100644 --- a/.envrc +++ b/.envrc @@ -5,3 +5,5 @@ else echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' use nix fi + +dotenv diff --git a/.gitignore b/.gitignore index 9f41698..2a3a860 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ go.work *_templ.go *_templ.txt +/.env |