From 0a4a3c0af4f9aca5caf12338ab856023325853bd Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Thu, 17 Apr 2025 22:23:24 -0400 Subject: [PATCH] chore: update .gitignore to ignore .env files Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com> --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fa61b2c..ed5b147 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ node_modules/ drizzle/ .vscode/ config.json -.yarn \ No newline at end of file +.env +.yarn