From 94f5a39ad0a47bd564d395435ec1630d19688ae5 Mon Sep 17 00:00:00 2001 From: junaid900 Date: Wed, 22 Nov 2023 00:00:33 +0500 Subject: [PATCH] reverse pods folder --- .gitignore | 1 + ios/.gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1717cb1..853d748f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ npm-debug.log* /coverage /dist /node_modules +!node_modules/@capacitor/ /platforms /plugins /www diff --git a/ios/.gitignore b/ios/.gitignore index 8882d557..f4702997 100644 --- a/ios/.gitignore +++ b/ios/.gitignore @@ -1,5 +1,5 @@ App/build -# App/Pods +App/Pods App/output App/App/public DerivedData