Skip to content

Commit

Permalink
fix(ios): ignore Podfile.lock (#1588)
Browse files Browse the repository at this point in the history
It seems appropriate to ignore `ios/App/Podfile.lock`. Podfile.lock is generated when `npx cap update ios` is executed, and the file is updated based on the host system (cocoapods version).
  • Loading branch information
devinshoemaker authored and jcesarmobile committed Jun 6, 2019
1 parent 69f8957 commit 9194197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios-template/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
App/build
App/Pods
App/public
App/Podfile.lock
xcuserdata

# Cordova plugins for Capacitor
Expand Down

0 comments on commit 9194197

Please sign in to comment.