From 76f48fa288a494219a01f33a1590c8975b7709e6 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 5 Feb 2026 01:56:10 +0000 Subject: [PATCH] Ensure transpiled JSON is not committed --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3b462cb..4615b07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ node_modules +# Transpiled JSON +/static/mapFiles/json/ + # Output .output .vercel