Files: 2c1932822a8e06b5876eb875f19924a15ae91539 / localnative-ios / .gitignore
1763 bytesRaw
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 | |
21 | ## Other |
22 | *.moved-aside |
23 | *.xccheckout |
24 | *.xcscmblueprint |
25 | |
26 | ## Obj-C/Swift specific |
27 | *.hmap |
28 | *.ipa |
29 | *.dSYM.zip |
30 | *.dSYM |
31 | |
32 | ## Playgrounds |
33 | timeline.xctimeline |
34 | playground.xcworkspace |
35 | |
36 | # Swift Package Manager |
37 | # |
38 | # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
39 | # Packages/ |
40 | # Package.pins |
41 | # Package.resolved |
42 | .build/ |
43 | |
44 | # CocoaPods |
45 | # |
46 | # We recommend against adding the Pods directory to your .gitignore. However |
47 | # you should judge for yourself, the pros and cons are mentioned at: |
48 | # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
49 | # |
50 | Pods/ |
51 | # |
52 | # Add this line if you want to avoid checking in source code from the Xcode workspace |
53 | *.xcworkspace |
54 | |
55 | # Carthage |
56 | # |
57 | # Add this line if you want to avoid checking in source code from Carthage dependencies. |
58 | # Carthage/Checkouts |
59 | |
60 | Carthage/Build |
61 | |
62 | # fastlane |
63 | # |
64 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the |
65 | # screenshots whenever they are needed. |
66 | # For more information about the recommended setup visit: |
67 | # https://docs.fastlane.tools/best-practices/source-control/#source-control |
68 | |
69 | fastlane/report.xml |
70 | fastlane/Preview.html |
71 | fastlane/screenshots/**/*.png |
72 | fastlane/test_output |
73 | |
74 | # Code Injection |
75 | # |
76 | # After new code Injection tools there's a generated folder /iOSInjectionProject |
77 | # https://github.com/johnno1962/injectionforxcode |
78 | |
79 | iOSInjectionProject/ |
80 |
Built with git-ssb-web