From ed5639867f65794915194539e6b675c8d2e7d243 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Fri, 8 Sep 2023 06:11:09 +1000 Subject: [PATCH] ignore env/ dir (#1398) Signed-off-by: Sally MacFarlane Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b0524e457e2..eff3192caea 100644 --- a/.gitignore +++ b/.gitignore @@ -26,8 +26,9 @@ .env.development.local .env.test.local .env.production.local +/env npm-debug.log* yarn-debug.log* yarn-error.log* -.vercel \ No newline at end of file +.vercel