When you are checking in an Xcode-based project into git (pushed up to github), should
you check in the .DS_Store files that appear? Or do these get re-generated
automatically by OSX if they are not there (say, when you git clone a project?)
When you are checking in an Xcode-based project into git (pushed up to github), should
you check in the .DS_Store files that appear? Or do these get re-generated
automatically by OSX if they are not there (say, when you git clone a project?)
My .gitignore includes
# OS-specific files
.DS_Store
.Trashes
Thumbs.db
They are generated when the Finder looks at a folder.