From 9f7ff76f5d8b6761c1c7b7ad14c3bcb9eba58146 Mon Sep 17 00:00:00 2001 From: egutierrez Date: Sun, 24 Nov 2024 02:07:40 +0100 Subject: [PATCH] Update .gitignore to include pgdata directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bfa96e2..f2d014a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -./postgres_data \ No newline at end of file +./postgres_data +./pgdata \ No newline at end of file