postlight / parser

📜 Extract meaningful content from the chaos of a web page
https://reader.postlight.com
Apache License 2.0
5.46k stars 446 forks source link

On a Mac and not ignoring DS_Store files? #504

Closed nitinthewiz closed 5 years ago

nitinthewiz commented 5 years ago

Doing my best to gitignore DS_Store files...

adampash commented 5 years ago

@nitinthewiz Thanks for the PR! I'd rather avoid maintaining OS-specific files in the .gitignore — what I'd suggest instead is adding .DS_Store to your global .gitignore like so.