From 1705c88ba2450ea98c5c93c3b080226bfc63beac Mon Sep 17 00:00:00 2001 From: Joseph McQueen Date: Tue, 7 Jul 2026 17:44:19 -0400 Subject: [PATCH] Widen empty-locations CSV ignore rule The default --report filename is empty-locations.csv (no suffix), which the earlier empty-locations-*.csv pattern missed. Broaden to empty-locations*.csv so the un-suffixed default is also ignored. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9d6377..c21de4e 100644 --- a/.gitignore +++ b/.gitignore @@ -84,4 +84,4 @@ config/config.bak # These contain emails, personIds, and per-user outcome — PII, never commit. reclaim-*.csv remove-*.csv -empty-locations-*.csv +empty-locations*.csv