matthewpalmer / Charter

A Swift mailing list client for iPhone and iPad
524 stars 77 forks source link

Add .gitignore for Swift & Xcode (locally in the iOS app directory) #43

Closed fortinmike closed 8 years ago

fortinmike commented 8 years ago

I checked out the repo to contribute and quickly noticed non-ignored files popping up (*.xcuserstate, etc.). This gitignore should help ease the process for future contributors.

Contains lots of Swift & Xcode ignores specific to the iOS app, so I put it directly in the iOS app sub-directory instead of pasting it all in the root .gitignore. If that's what you'd prefer I'll amend my pull request (I can also clean up the comments if you'd like).