From d30d15c0d4bba9b93e0f5513e71911fcb3437bb8 Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 24 May 2025 12:05:30 +0200 Subject: [PATCH] feat: exclude geojson from git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3c9d86e..7c3e300 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ # Database notfellchen +# Geojson from imports +*.geojson + # Media storage /static media