diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9da0ca452..5d76f7f2d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -118,7 +118,7 @@ jobs: # if: steps.pod-cache.outputs.cache-hit != 'true' || steps.npm-cache.outputs.cache-hit != 'true' working-directory: app/ios run: | - bundle install --frozen --gemfile=${BUNDLE_GEMFILE} && \ && \ + bundle install --frozen --gemfile=${BUNDLE_GEMFILE} && \ pod install && \ git status && \ git diff Podfile.lock diff --git a/.gitignore b/.gitignore index 239211e1c..206b5a565 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,7 @@ app/patches/react-native-gifted-chat*.patch # xcode xcuserdata/ +.xcode.env.local + +# gem +app/vendor/bundle/**