We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f74b52 commit 9a25ebfCopy full SHA for 9a25ebf
.gitignore
@@ -26,12 +26,6 @@ DerivedData
26
# Swift Package Manager
27
Package.resolved
28
**/.build
29
-ReleaseTooling/.swiftpm
30
-ReleaseTooling/Packages
31
-ReleaseTooling/*.xcodeproj
32
-ReleaseTooling/Package.resolved
33
-scripts/code_coverage_report/*/Package.resolved
34
-scripts/code_coverage_report/*/.build
35
36
# Bad sorts get generated if the package .xcscheme is not regenerated.
37
# Anything committed to xcshareddata gets propagated to clients. (#8167)
@@ -103,3 +97,12 @@ default.profraw
103
97
*.tfstate
104
98
*.tfstate.*
105
99
*.xcuserstate
100
+
101
+#firebase-ios-sdk clone
102
+firebase-ios-sdk/
+#scripts link
+scripts
106
107
+#xcodebuild log
108
+xcodebuild.log
0 commit comments