From 97749438f8a95aa97548a565f1142b0192d1c0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20B=C3=BChner?= Date: Wed, 29 May 2024 12:54:11 +0200 Subject: [PATCH] feat: ignore pg data when using compose example --- .dockerignore | 1 + .gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 567609b..9f878ab 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ build/ +postgis/ diff --git a/.gitignore b/.gitignore index 92bc551..99ff525 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *.iml *.idea - +postgis/