Skip to content

Commit

Permalink
Updated the .gitignore file with the latest ignore flags for Swift.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Feb 7, 2016
1 parent 1bd2a6a commit 6035bf3
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
.DS_Store

# Xcode

## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -12,14 +17,22 @@ build/
*.perspectivev3
!default.perspectivev3
xcuserdata

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

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

# SPM
## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
.build/

# Carthage
Expand Down

0 comments on commit 6035bf3

Please sign in to comment.