From 022ab6d272baf5030649248204f14a06b895597c Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Thu, 17 Apr 2025 22:24:52 -0400 Subject: [PATCH] chore: update .gitignore to ignore initdb directory Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ed5b147..9176f49 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ target/ node_modules/ drizzle/ .vscode/ +initdb/ config.json .env .yarn