Skip to content

Commit

Permalink
chore(direnv): import dev.env if exists
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian committed Jul 31, 2023
1 parent 5073884 commit ca9aa16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ AKASH_ROOT=$(pwd)
export AKASH_ROOT

dotenv
dotenv_if_exists dev.env

PATH_add "$AKASH_DEVCACHE_NODE_BIN"
PATH_add "$AKASH_DEVCACHE_BIN"
Expand Down
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ coverage.txt
/tmp-swagger-gen

# go workspaces
go.work
go.work.sum
/go.work
/go.work.sum

/.editorconfig

dev.env

0 comments on commit ca9aa16

Please sign in to comment.