I starting a new project.
And me and my members use github to share code.
However, since we all use OSX, every folder each of us made has .DS_Store file.
Currently, we personally remove every .DS_Store file for every commit.
.DS_Store file does effect on code, but it is cause of conflict.
Is there handy way to restrict upload .DS_Store extension in github.com?
Thanks:D