Skip to content

Commit

Permalink
update gitignore for devbox, add note devbox install takes a while
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Feb 14, 2024
1 parent cb3eaed commit 6e03233
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
bin/*
kind-logs-*
cover.out
kubeconfig
kubeconfig*
.devbox/*
6 changes: 5 additions & 1 deletion docs/book/src/developers/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@ All development dependencies should be taken care of via Devbox and/or make targ
```shell
devbox install
```

```admonish success title=""
This will take a while, go and grab a drink of water.
```

2. Use devbox environment
```shell
# use a devbox shell
devbox shell
```

Expand Down

0 comments on commit 6e03233

Please sign in to comment.