forked from Marxon13/M13ProgressSuite
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the gitignore file with one including Xcode and Cocoapods files.
- Loading branch information
Showing
1 changed file
with
58 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,63 @@ | ||
##### | ||
# OS X temporary files that should never be committed | ||
.DS_Store | ||
*.swp | ||
*.lock | ||
profile | ||
|
||
M13ProgressSuite.xcodeproj/xcuserdata/Hani.xcuserdatad/xcschemes/Documentation.xcscheme | ||
#### | ||
# Xcode temporary files that should never be committed | ||
*~.nib | ||
|
||
M13ProgressSuite.xcodeproj/xcuserdata/Hani.xcuserdatad/xcschemes/M13ProgressSuite.xcscheme | ||
#### | ||
# Xcode build files | ||
DerivedData/ | ||
build/ | ||
Builds/ | ||
|
||
M13ProgressSuite.xcodeproj/xcuserdata/Hani.xcuserdatad/xcschemes/xcschememanagement.plist | ||
##### | ||
# Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups) | ||
*.pbxuser | ||
*.mode1v3 | ||
*.mode2v3 | ||
*.perspectivev3 | ||
!default.pbxuser | ||
!default.mode1v3 | ||
!default.mode2v3 | ||
!default.perspectivev3 | ||
|
||
M13ProgressSuite.xcworkspace/xcshareddata/M13ProgressSuite.xccheckout | ||
#### | ||
# Xcode 4 - semi-personal settings, often included in workspaces | ||
xcuserdata | ||
|
||
M13ProgressSuite.xcworkspace/xcuserdata/Hani.xcuserdatad/UserInterfaceState.xcuserstate | ||
#### | ||
# XCode 4 workspaces - more detailed | ||
!xcshareddata | ||
!default.xcworkspace | ||
*.xcworkspacedata | ||
|
||
#### | ||
# XCode 4 build-schemes | ||
!xcschemes | ||
|
||
#### | ||
# Xcode 4 - Deprecated classes | ||
*.moved-aside | ||
|
||
#### | ||
# Xcode 5 - Source Control files | ||
*.xccheckout | ||
|
||
#### | ||
# AppCode | ||
.idea/ | ||
|
||
#### | ||
# Other Xcode files | ||
profile | ||
*.hmap | ||
*.ipa | ||
|
||
#### | ||
# CocoaPods | ||
Pods/ |