Showing
2 changed files
with
57 additions
and
0 deletions
No preview for this file type
.gitignore
0 → 100644
1 | +# Xcode | ||
2 | +# | ||
3 | +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | ||
4 | + | ||
5 | +## Build generated | ||
6 | +build/ | ||
7 | +DerivedData/ | ||
8 | + | ||
9 | +## Various settings | ||
10 | +*.pbxuser | ||
11 | +!default.pbxuser | ||
12 | +*.mode1v3 | ||
13 | +!default.mode1v3 | ||
14 | +*.mode2v3 | ||
15 | +!default.mode2v3 | ||
16 | +*.perspectivev3 | ||
17 | +!default.perspectivev3 | ||
18 | +xcuserdata/ | ||
19 | +xcshareddata/ | ||
20 | +contents.xcworkspacedata | ||
21 | + | ||
22 | +## Other | ||
23 | +*.moved-aside | ||
24 | +*.xcuserstate | ||
25 | + | ||
26 | +## Obj-C/Swift specific | ||
27 | +*.hmap | ||
28 | +*.ipa | ||
29 | +*.dSYM.zip | ||
30 | +*.dSYM | ||
31 | + | ||
32 | +# CocoaPods | ||
33 | +# | ||
34 | +# We recommend against adding the Pods directory to your .gitignore. However | ||
35 | +# you should judge for yourself, the pros and cons are mentioned at: | ||
36 | +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control | ||
37 | +# | ||
38 | +Pods/ | ||
39 | + | ||
40 | +# Carthage | ||
41 | +# | ||
42 | +# Add this line if you want to avoid checking in source code from Carthage dependencies. | ||
43 | +Carthage | ||
44 | + | ||
45 | +# fastlane | ||
46 | +# | ||
47 | +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the | ||
48 | +# screenshots whenever they are needed. | ||
49 | +# For more information about the recommended setup visit: | ||
50 | +# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md | ||
51 | + | ||
52 | +fastlane/report.xml | ||
53 | +fastlane/screenshots | ||
54 | +.DS_Store | ||
55 | +Scripts/ | ||
56 | +Build/ | ||
57 | +#ExportOptions.plist |
Please
register
or
login
to post a comment