Commit 20a443c 1 parent ded3b81 commit 20a443c Copy full SHA for 20a443c
File tree 1 file changed +13
-34
lines changed
1 file changed +13
-34
lines changed Original file line number Diff line number Diff line change 1
- # Xcode
2
- #
3
- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
1
+ # macOS
2
+ .DS_Store
3
+
4
+ # ruby tools
5
+ .bundle /
6
+ vendor /
7
+
8
+ # jazzy docs
9
+ docs /docsets /
10
+
11
+ # # Xcode
12
+ # # https://github.com/github/gitignore/blob/master/Swift.gitignore
4
13
5
14
# # User settings
6
15
xcuserdata /
@@ -44,32 +53,9 @@ playground.xcworkspace
44
53
#
45
54
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
46
55
# hence it is not needed unless you have added a package configuration file to your project
47
- # .swiftpm
48
-
56
+ .swiftpm
49
57
.build /
50
58
51
- # 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
61
-
62
- # Carthage
63
- #
64
- # Add this line if you want to avoid checking in source code from Carthage dependencies.
65
- # Carthage/Checkouts
66
-
67
- Carthage /Build /
68
-
69
- # Accio dependency management
70
- Dependencies /
71
- .accio /
72
-
73
59
# fastlane
74
60
#
75
61
# It is recommended to not store the screenshots in the git repo.
@@ -81,10 +67,3 @@ fastlane/report.xml
81
67
fastlane /Preview.html
82
68
fastlane /screenshots /** /* .png
83
69
fastlane /test_output
84
-
85
- # Code Injection
86
- #
87
- # After new code Injection tools there's a generated folder /iOSInjectionProject
88
- # https://github.com/johnno1962/injectionforxcode
89
-
90
- iOSInjectionProject /
You can’t perform that action at this time.
0 commit comments