Skip to content

Commit

Permalink
Remove the unnecessary Podfile.lock from the example app
Browse files Browse the repository at this point in the history
  • Loading branch information
gazreese committed Oct 11, 2024
1 parent 79a1afc commit 0345cde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ Carthage/Build
# hence it is not needed unless you have added a package configuration file to your project
.swiftpm
.build

# This was causing confusion on PRs and is really just a record of the last time the example
# pods were re-built from scratch. It's not useful to keep in the repo.
Example/Podfile.lock
16 changes: 0 additions & 16 deletions Example/Podfile.lock

This file was deleted.

0 comments on commit 0345cde

Please sign in to comment.