RSE-Sheffield/collaborative_github_exercise

Add .DS_Store to .gitignore

Opened this issue · 0 comments

Some users of Mac OSX inadvertently include .DS_Store^[1] files in their PR's.

Rather than taking time to explain how .gitignore works we can exclude them automatically by adding .DS_Store to .gitignore

^[1] .DS_Store - Wikipedia