thunderbird / thunderbird-website

Build code for the websites on thunderbird.net and start.thunderbird.net
https://www.thunderbird.net
142 stars 72 forks source link

Ignore `.DS_Store` files when rendering thunderbird-website. (Fixes #453) #454

Closed MelissaAutumn closed 1 year ago

MelissaAutumn commented 1 year ago

Resolves #453

Micah ran into this issue, and it's sort of odd I never did considering I'm also on a Mac. But let's just ignore that specific file for now. We could also just ignore anything that's not an .html file.

I reformatted the path startswith conditions to be more positive, and grouped with the ds_store ignore.

Sancus commented 1 year ago

I think we should just restrict this to .html files only because there's other types of garbage that can be put in there by bad OSes too.