Skip to content

Commit

Permalink
Updates for .gitignore (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Sep 17, 2024
1 parent 4f74b52 commit 9a25ebf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ DerivedData
# Swift Package Manager
Package.resolved
**/.build
ReleaseTooling/.swiftpm
ReleaseTooling/Packages
ReleaseTooling/*.xcodeproj
ReleaseTooling/Package.resolved
scripts/code_coverage_report/*/Package.resolved
scripts/code_coverage_report/*/.build

# Bad sorts get generated if the package .xcscheme is not regenerated.
# Anything committed to xcshareddata gets propagated to clients. (#8167)
Expand Down Expand Up @@ -103,3 +97,12 @@ default.profraw
*.tfstate
*.tfstate.*
*.xcuserstate

#firebase-ios-sdk clone
firebase-ios-sdk/

#scripts link
scripts

#xcodebuild log
xcodebuild.log

0 comments on commit 9a25ebf

Please sign in to comment.