Skip to content

Commit

Permalink
updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Li committed Mar 11, 2014
1 parent a4c4761 commit 8bf56d8
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions .gitignore
@@ -1,8 +1,33 @@
# Created by http://www.gitignore.io

*.xcuserstate
### Xcode ###
build
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcworkspace/contents.xcworkspacedata

*.xcuserstate

*.xcuserstate
### Objective-C ###
# OS X
.DS_Store

EasyTimelineExample/EasyTimelineExample.xcodeproj/project.xcworkspace/xcuserdata/mmislam101.xcuserdatad/UserInterfaceState.xcuserstate
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa

# CocoaPods
Pods

0 comments on commit 8bf56d8

Please sign in to comment.