You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ This repo contains my custom devcontainer features.
11
11
|[github-cli-persistence](./src/github-cli-persistence)| Avoid extra logins from the Github CLI by preserving the `~/.config/gh` folder across container instances. |
12
12
|[terraform-cli-persistence](./src/terraform-cli-persistence)| Avoid extra logins from the Terraform CLI by preserving the `~/.terraform.d` folder across container instances. |
13
13
|[aws-cli-persistence](./src/aws-cli-persistence)| Avoid extra logins from the AWS CLI by preserving the `~/.aws` folder across container instances. |
14
-
|[azure-cli-persistence-forked](./src/azure-cli-persistence-forked)| (fork of stuartleeks): Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances. |
15
14
|[gcloud-cli-persistence](./src/gcloud-cli-persistence)| Avoid extra logins from the Google Cloud CLI by preserving the `~/.config/gcloud` folder across container instances. |
16
15
|[lamdera](./src/lamdera)| Installs [Lamdera](https://dashboard.lamdera.app/), a type-safe full-stack web-app platform for Elm (v1.1.0 and later). |
17
16
|[mount-pnpm-store](./src/mount-pnpm-store)| Mounts the pnpm store to a volume to share between multiple devcontainers. |
0 commit comments