added complete postgres folder to gitignore

This commit is contained in:
guntherweissenbaeck 2023-08-06 08:55:02 +02:00
parent 75e4023521
commit bb05d4dd0f

1
.gitignore vendored
View file

@ -174,6 +174,7 @@ traefik-public-certificates
# Postgres Data # Postgres Data
postgres/backup postgres/backup
postgres/data postgres/data
postgres
# Prestatic Collections # Prestatic Collections
app/staticfiles app/staticfiles