Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stephent committed Jun 11, 2017
1 parent 057274e commit de776e9
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -9,10 +15,18 @@ build/
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
xcuserdata/

## Other
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
*.xccheckout
*.xcscmblueprint

## SJT - do we need this still, given above lines?
# *.xcuserstate

## Cocoapods
Pods

## Subversion
.svn

0 comments on commit de776e9

Please sign in to comment.