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 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*