From bb05d4dd0f3c196113d17cbadff60f2776829d37 Mon Sep 17 00:00:00 2001 From: guntherweissenbaeck Date: Sun, 6 Aug 2023 08:55:02 +0200 Subject: [PATCH] added complete postgres folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9d0a3f4..b3f0655 100644 --- a/.gitignore +++ b/.gitignore @@ -174,6 +174,7 @@ traefik-public-certificates # Postgres Data postgres/backup postgres/data +postgres # Prestatic Collections app/staticfiles