Skip to content

Commit 9a25ebf

Browse files
authored
Updates for .gitignore (#5)
1 parent 4f74b52 commit 9a25ebf

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ DerivedData
2626
# Swift Package Manager
2727
Package.resolved
2828
**/.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
3529

3630
# Bad sorts get generated if the package .xcscheme is not regenerated.
3731
# Anything committed to xcshareddata gets propagated to clients. (#8167)
@@ -103,3 +97,12 @@ default.profraw
10397
*.tfstate
10498
*.tfstate.*
10599
*.xcuserstate
100+
101+
#firebase-ios-sdk clone
102+
firebase-ios-sdk/
103+
104+
#scripts link
105+
scripts
106+
107+
#xcodebuild log
108+
xcodebuild.log

0 commit comments

Comments
 (0)