Skip to content

Commit

Permalink
add gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed May 19, 2016
1 parent 7ec0d3d commit 64f4cec
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Mac OS X
.DS_Store

# Xcode

## Build generated
build/
DerivedData
Output/

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

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

## Pod
Podfile.lock
Pods
*.xcworkspace

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

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
.build/

# Carthage
Carthage/Build

# Commit comments
CHANGELOG_COMMIT.text

0 comments on commit 64f4cec

Please sign in to comment.