From 78615401e29cc4fa003f506bc19c4a8ac6a874d8 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Thu, 7 Sep 2023 13:27:54 +1000 Subject: [PATCH] ignore env/ dir Signed-off-by: Sally MacFarlane --- .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