Skip to content

Commit

Permalink
Add gitignore file to remove xcode user settings and macOS files
Browse files Browse the repository at this point in the history
  • Loading branch information
philackm committed Jun 29, 2017
1 parent 6bebe90 commit 257ba5a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
@@ -0,0 +1,27 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

# macOS

*.DS_Store

0 comments on commit 257ba5a

Please sign in to comment.