From 08cae8e3241b992bedbf896bdf45da70d8178c58 Mon Sep 17 00:00:00 2001 From: Valmo Date: Fri, 24 Jul 2026 11:15:22 -0300 Subject: [PATCH] Addded all kml/kmz to ignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index daab452..8813f74 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,6 @@ cache/ __pycache__/ *.py[cod] -# KMZ Files -source/ \ No newline at end of file +# Input folder structure is versioned, but map inputs stay out of Git. +source/**/*.kml +source/**/*.kmz