Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Update gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Mar 24, 2016
1 parent 5f267f6 commit 644304c
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions .gitignore
@@ -1,15 +1,34 @@
## OS X
.DS_Store

*.pbxuser
*.perspective
*.perspectivev3
## Build generated
build/
DerivedData

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

*.xcodeproj/xcuserdata/*.xcuserdatad

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

## Obj-C/Swift specific
*.hmap
*.ipa

## Dependency Managers
Pods/
Carthage/Build

Pods
## AppCode
.idea/

0 comments on commit 644304c

Please sign in to comment.