File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ # http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
2+
3+ # OS X
4+ #
5+ .DS_Store
6+ .Trashes
7+ * .swp
8+ * .lock
9+
10+ # Xcode
11+ #
12+ * ~.nib
13+ DerivedData /
14+ build /
15+ * .pbxuser
16+ * .mode1v3
17+ * .mode2v3
18+ * .perspectivev3
19+ ! default.pbxuser
20+ ! default.mode1v3
21+ ! default.mode2v3
22+ ! default.perspectivev3
23+ xcuserdata
24+ * .moved-aside
25+ * .hmap
26+ * .ipa
27+ * .xcuserstate
28+ # http://stackoverflow.com/questions/18340453/should-xccheckout-files-in-xcode5-be-ignored-under-vcs
29+ # *.xccheckout
30+
31+ # JetBrains AppCode
32+ #
33+ .idea /
34+
35+ # other SCC directories
36+ #
37+ .hg
38+ .svn
39+ CVS
40+
41+ # CocoaPods
42+ #
43+ # We recommend against adding the Pods directory to your .gitignore. However
44+ # you should judge for yourself, the pros and cons are mentioned at:
45+ # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
46+ #
47+ # Pods/
48+ ! Podfile.lock
49+
50+ # Carthage
51+ #
52+ # Add this line if you want to avoid checking in source code from Carthage dependencies.
53+ # Carthage/Checkouts
54+ Carthage /Build
You can’t perform that action at this time.
0 commit comments