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.
This commit is contained in:
parent
f58628e4a8
commit
1705c88ba2
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -84,4 +84,4 @@ config/config.bak
|
||||||
# These contain emails, personIds, and per-user outcome — PII, never commit.
|
# These contain emails, personIds, and per-user outcome — PII, never commit.
|
||||||
reclaim-*.csv
|
reclaim-*.csv
|
||||||
remove-*.csv
|
remove-*.csv
|
||||||
empty-locations-*.csv
|
empty-locations*.csv
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue