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 2
2
#
3
3
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
4
5
+ # # Finder
6
+ * .DS_Store
7
+
5
8
# # User settings
6
9
xcuserdata /
7
10
@@ -22,13 +25,12 @@ playground.xcworkspace
22
25
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
23
26
# Packages/
24
27
# Package.pins
25
- # Package.resolved
26
- # *.xcodeproj
28
+ Package.resolved
29
+ * .xcodeproj
27
30
#
28
31
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
29
32
# hence it is not needed unless you have added a package configuration file to your project
30
- # .swiftpm
31
-
33
+ .swiftpm
32
34
.build /
33
35
34
36
# CocoaPods
@@ -60,3 +62,6 @@ fastlane/report.xml
60
62
fastlane /Preview.html
61
63
fastlane /screenshots /** /* .png
62
64
fastlane /test_output
65
+
66
+ # Java
67
+ * .jar
You can’t perform that action at this time.
0 commit comments