>>>>> On Mon, 02 Oct 2023 16:00:00 +0200, Laura Arjona Reina
>>>>> <[email protected]> said:
>>
>> # here you can define global Perl regex to match file that are excluded
>> News/\d{4}
> I would keep the current year and last year at least. Not sure how we
should maintain the .transignore file, probably a quick review each January to
update? (TODO: document it (new year checklist)
I guess this would skip all but the last two years:
News/19
News/20[01]
News/202[01]
Yes, we should update this regex each January.
--
regards Thomas