From 2d6210b8bcd9d23bb54514d45bb919ed9746230a Mon Sep 17 00:00:00 2001 From: Tamim Almahdi <talmahdi.2181@gmail.com> Date: Thu, 4 May 2023 21:34:45 +0100 Subject: [PATCH] ignore the git postgresDB --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3e5fa1c..87b6ba2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /front-end/node_modules /front-end/build - +/userMicroservice/postgres-db .vscode/settings.json \ No newline at end of file -- GitLab