A bunch of .DS_Store files were included. We should probably add that to our gitignore, but here's a tip not to git add -A because you probably don't actually want all the files, just the ones you're actually modifying. This isn't mergeable in its current state because we don't want to add a bunch of your OS X-specific filesystem indexes to our git repo :)
This looks like it should be split into two PRs: one addressing #129 and one adding this event.
A bunch of
.DS_Store
files were included. We should probably add that to our gitignore, but here's a tip not togit add -A
because you probably don't actually want all the files, just the ones you're actually modifying. This isn't mergeable in its current state because we don't want to add a bunch of your OS X-specific filesystem indexes to our git repo :)This looks like it should be split into two PRs: one addressing #129 and one adding this event.