Skip to content

Commit 2f67f5d

Browse files
MoOxfacebook-github-bot
authored andcommitted
- Add vendor/bundle into .gitignore template (#32930)
Summary: Ref #32303 (comment) Recently, Gemfile & .ruby-version have been introduced but local vendor artifacts have not been correctly added into gitignore, see #32303 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General] [Added] - Add `vendor/bundle` into .gitignore template Pull Request resolved: #32930 Test Plan: N / A Reviewed By: cortinico Differential Revision: D33688116 Pulled By: yungsters fbshipit-source-id: 787b2b90da1e9f32f0a9e754741affbda443b3e8
1 parent 30e1f9c commit 2f67f5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/_gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ buck-out/
5656
# Bundle artifact
5757
*.jsbundle
5858

59-
# CocoaPods
59+
# Ruby / CocoaPods
6060
/ios/Pods/
61+
/vendor/bundle/

0 commit comments

Comments
 (0)