-
-
Save stalinkay/4580a94e372329296375d304355f8c6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### | |
# OS X temporary files that should never be committed | |
.DS_Store | |
*.swp | |
*.lock | |
profile | |
#### | |
# Xcode temporary files that should never be committed | |
*~.nib | |
#### | |
# Objective-C/Swift specific | |
*.hmap | |
*.ipa | |
#### | |
# Xcode build files | |
DerivedData/ | |
build/ | |
Builds/ | |
##### | |
# Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups) | |
*.pbxuser | |
*.mode1v3 | |
*.mode2v3 | |
*.perspectivev3 | |
!default.pbxuser | |
!default.mode1v3 | |
!default.mode2v3 | |
!default.perspectivev3 | |
#### | |
# Xcode 4 | |
xcuserdata | |
!xcschemes | |
# Xcode 4 | |
*.moved-aside | |
#### | |
# XCode 4 workspaces - more detailed | |
!xcshareddata | |
!default.xcworkspace | |
*.xcworkspacedata | |
#### | |
# Xcode 5 | |
*.xccheckout | |
*.xcuserstate | |
#### | |
# Xcode 7 | |
*.xcscmblueprint | |
#### | |
# AppCode | |
.idea/ | |
#### | |
# Other Xcode files | |
profile | |
*.hmap | |
*.ipa | |
#### | |
# CocoaPods | |
Pods/ | |
#### | |
# Carthage | |
Carthage/Build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment