|
1 | 1 | # Xcode |
2 | | -# |
3 | | -# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore |
4 | | - |
5 | | -## User settings |
6 | | -xcuserdata/ |
7 | | - |
8 | | -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) |
9 | | -*.xcscmblueprint |
10 | | -*.xccheckout |
11 | | - |
12 | | -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) |
13 | | -build/ |
| 2 | +.DS_Store |
| 3 | +*/.DS_Store |
14 | 4 | DerivedData/ |
15 | | -*.moved-aside |
16 | | -*.pbxuser |
17 | | -!default.pbxuser |
18 | | -*.mode1v3 |
19 | | -!default.mode1v3 |
20 | | -*.mode2v3 |
21 | | -!default.mode2v3 |
22 | | -*.perspectivev3 |
23 | | -!default.perspectivev3 |
24 | | - |
25 | | -## Obj-C/Swift specific |
26 | | -*.hmap |
27 | | - |
28 | | -## App packaging |
29 | | -*.ipa |
30 | | -*.dSYM.zip |
31 | | -*.dSYM |
32 | | - |
33 | | -## Playgrounds |
34 | | -timeline.xctimeline |
35 | | -playground.xcworkspace |
| 5 | +build/ |
| 6 | +*.xcworkspace/xcuserdata/ |
| 7 | +*.xcuserstate |
| 8 | +*.xcuserdatad |
| 9 | +*.xccheckout |
36 | 10 |
|
37 | 11 | # Swift Package Manager |
38 | | -# |
39 | | -# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. |
40 | | -# Packages/ |
41 | | -# Package.pins |
42 | | -# Package.resolved |
43 | | -# *.xcodeproj |
44 | | -# |
45 | | -# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata |
46 | | -# hence it is not needed unless you have added a package configuration file to your project |
47 | | -# .swiftpm |
48 | | - |
49 | 12 | .build/ |
| 13 | +Packages/ |
| 14 | +Package.resolved |
50 | 15 |
|
51 | 16 | # CocoaPods |
52 | | -# |
53 | | -# We recommend against adding the Pods directory to your .gitignore. However |
54 | | -# you should judge for yourself, the pros and cons are mentioned at: |
55 | | -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control |
56 | | -# |
57 | | -# Pods/ |
58 | | -# |
59 | | -# Add this line if you want to avoid checking in source code from the Xcode workspace |
60 | | -# *.xcworkspace |
| 17 | +Pods/ |
| 18 | +Podfile.lock |
61 | 19 |
|
62 | 20 | # Carthage |
63 | | -# |
64 | | -# Add this line if you want to avoid checking in source code from Carthage dependencies. |
65 | | -# Carthage/Checkouts |
66 | | - |
67 | 21 | Carthage/Build/ |
68 | 22 |
|
69 | | -# Accio dependency management |
70 | | -Dependencies/ |
71 | | -.accio/ |
72 | | - |
73 | | -# fastlane |
74 | | -# |
75 | | -# It is recommended to not store the screenshots in the git repo. |
76 | | -# Instead, use fastlane to re-generate the screenshots whenever they are needed. |
77 | | -# For more information about the recommended setup visit: |
78 | | -# https://docs.fastlane.tools/best-practices/source-control/#source-control |
79 | | - |
| 23 | +# Fastlane |
80 | 24 | fastlane/report.xml |
81 | 25 | fastlane/Preview.html |
82 | 26 | fastlane/screenshots/**/*.png |
83 | 27 | fastlane/test_output |
84 | 28 |
|
85 | | -# Code Injection |
86 | | -# |
87 | | -# After new code Injection tools there's a generated folder /iOSInjectionProject |
88 | | -# https://github.com/johnno1962/injectionforxcode |
| 29 | +# Archives |
| 30 | +*.xcarchive |
| 31 | + |
| 32 | +# Playgrounds |
| 33 | +timeline.xctimeline |
| 34 | +playground.xcworkspace |
| 35 | + |
| 36 | +# User-specific settings |
| 37 | +*.mode1v3 |
| 38 | +*.mode2v3 |
| 39 | +*.perspectivev3 |
| 40 | +*.hmap |
| 41 | +*.ipa |
| 42 | + |
| 43 | +# Xcode 14+ Previews cache |
| 44 | +*.swiftpm/ |
| 45 | +.project.xcworkspace/ |
89 | 46 |
|
90 | | -iOSInjectionProject/ |
| 47 | +# SwiftUI Canvas / Live Preview files |
| 48 | +*.canvas |
0 commit comments