Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 29 additions & 17 deletions Swift.gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,38 @@
# Xcode
#
## Temporary files that should never be committed
.DS_Store
*.swp
*.lock
profile

## Folders that contain Build generated files
build/
DerivedData/

## Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups)
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
xcuserdata
*.xccheckout

## Throw away ALL personal settings (including custom schemes)
xcuserdata/
*.xcuserstate

## Allegedly, if you manually "deprecate" your classes, they get moved here.
*.moved-aside
DerivedData
*.hmap

## Binary file
*.ipa
*.xcuserstate

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Pods/
# Playground states
*.xctimeline

## Hashed index of all the Headers in the project
*.hmap

## Source Control files
*.xccheckout