From 989e81ec4f63ddbd4d78a1d4a5a83f75ec05a0c7 Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Thu, 26 Feb 2026 17:17:01 +0000 Subject: [PATCH 1/2] Add /.bundle/ to gitignore --- template/_gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/_gitignore b/template/_gitignore index de99955..e902329 100644 --- a/template/_gitignore +++ b/template/_gitignore @@ -56,9 +56,10 @@ yarn-error.log # Bundle artifact *.jsbundle -# Ruby / CocoaPods +# Ruby / Bundler / CocoaPods **/Pods/ /vendor/bundle/ +/.bundle/ # Temporary files created by Metro to check the health of the file watcher .metro-health-check* From 1bbe28686c4724227b354d091e25775742851c31 Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:44:12 +0000 Subject: [PATCH 2/2] Remove local Bundler config --- template/_bundle/config | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 template/_bundle/config diff --git a/template/_bundle/config b/template/_bundle/config deleted file mode 100644 index 848943b..0000000 --- a/template/_bundle/config +++ /dev/null @@ -1,2 +0,0 @@ -BUNDLE_PATH: "vendor/bundle" -BUNDLE_FORCE_RUBY_PLATFORM: 1