Skip to content

Commit 1cd5dbe

Browse files
committed
Replace the gitignore file with one including Xcode and Cocoapods files.
1 parent 587609a commit 1cd5dbe

File tree

1 file changed

+58
-5
lines changed

1 file changed

+58
-5
lines changed

.gitignore

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,63 @@
1+
#####
2+
# OS X temporary files that should never be committed
3+
.DS_Store
4+
*.swp
5+
*.lock
6+
profile
17

2-
M13ProgressSuite.xcodeproj/xcuserdata/Hani.xcuserdatad/xcschemes/Documentation.xcscheme
8+
####
9+
# Xcode temporary files that should never be committed
10+
*~.nib
311

4-
M13ProgressSuite.xcodeproj/xcuserdata/Hani.xcuserdatad/xcschemes/M13ProgressSuite.xcscheme
12+
####
13+
# Xcode build files
14+
DerivedData/
15+
build/
16+
Builds/
517

6-
M13ProgressSuite.xcodeproj/xcuserdata/Hani.xcuserdatad/xcschemes/xcschememanagement.plist
18+
#####
19+
# Xcode private settings (window sizes, bookmarks, breakpoints, custom executables, smart groups)
20+
*.pbxuser
21+
*.mode1v3
22+
*.mode2v3
23+
*.perspectivev3
24+
!default.pbxuser
25+
!default.mode1v3
26+
!default.mode2v3
27+
!default.perspectivev3
728

8-
M13ProgressSuite.xcworkspace/xcshareddata/M13ProgressSuite.xccheckout
29+
####
30+
# Xcode 4 - semi-personal settings, often included in workspaces
31+
xcuserdata
932

10-
M13ProgressSuite.xcworkspace/xcuserdata/Hani.xcuserdatad/UserInterfaceState.xcuserstate
33+
####
34+
# XCode 4 workspaces - more detailed
35+
!xcshareddata
36+
!default.xcworkspace
37+
*.xcworkspacedata
38+
39+
####
40+
# XCode 4 build-schemes
41+
!xcschemes
42+
43+
####
44+
# Xcode 4 - Deprecated classes
45+
*.moved-aside
46+
47+
####
48+
# Xcode 5 - Source Control files
49+
*.xccheckout
50+
51+
####
52+
# AppCode
53+
.idea/
54+
55+
####
56+
# Other Xcode files
57+
profile
58+
*.hmap
59+
*.ipa
60+
61+
####
62+
# CocoaPods
63+
Pods/

0 commit comments

Comments
 (0)