From 91941975ea5fe5389e0b09bb8331d5cb16ea6a78 Mon Sep 17 00:00:00 2001 From: Devin Shoemaker Date: Thu, 6 Jun 2019 11:48:05 -0400 Subject: [PATCH] fix(ios): ignore Podfile.lock (#1588) 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). --- ios-template/gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/ios-template/gitignore b/ios-template/gitignore index 6cb5d28b36..0f29771165 100644 --- a/ios-template/gitignore +++ b/ios-template/gitignore @@ -5,6 +5,7 @@ App/build App/Pods App/public +App/Podfile.lock xcuserdata # Cordova plugins for Capacitor