Skip to content

Commit 1ea9429

Browse files
committed
build: adds a .envrc.local file for local development
1 parent 489ef6b commit 1ea9429

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.envrc

+2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ export DEVBOX_NO_ENVRC_UPDATE=1
77

88
eval "$(devbox generate direnv --print-envrc --env-file .dev-envrc)"
99

10+
if [[ -f .envrc.local ]]; then dotenv ".envrc.local"; fi
11+
1012
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
1113
# for more details

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dist/
2626

2727
*.tar.gz
2828
*.tar
29+
.envrc.local
2930
capd-kubeconfig
3031

3132
ct_previous_*/

0 commit comments

Comments
 (0)