From 8538bc2c333cdbbf98b6526a1c92ba4e45a56593 Mon Sep 17 00:00:00 2001 From: Adrienne Date: Tue, 15 Oct 2024 18:27:38 -0400 Subject: [PATCH] gitignore and readme updates. --- .gitignore | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 09ba9ec6..c6ae2017 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ # Ignore .env files as they are personal /.env +keys # dependencies /node_modules diff --git a/README.md b/README.md index a3855b5a..8834a7f4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Performance.gov +Sandbox Drupal URL: https://performance.ddev.site +Sandbox Frontend URL: http://localhost:3000 + ## Stand up a local sandbox 1. ddev start 2. dev composer install