File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 22#
33# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44
5+ # # Finder
6+ * .DS_Store
7+
58# # User settings
69xcuserdata /
710
@@ -22,13 +25,12 @@ playground.xcworkspace
2225# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
2326# Packages/
2427# Package.pins
25- # Package.resolved
26- # *.xcodeproj
28+ Package.resolved
29+ * .xcodeproj
2730#
2831# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
2932# hence it is not needed unless you have added a package configuration file to your project
30- # .swiftpm
31-
33+ .swiftpm
3234.build /
3335
3436# CocoaPods
@@ -60,3 +62,6 @@ fastlane/report.xml
6062fastlane /Preview.html
6163fastlane /screenshots /** /* .png
6264fastlane /test_output
65+
66+ # Java
67+ * .jar
You can’t perform that action at this time.
0 commit comments