Skip to content

Commit

Permalink
- Add vendor/bundle into .gitignore template (#32930)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MoOx authored and facebook-github-bot committed Jan 20, 2022
1 parent 30e1f9c commit 2f67f5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ buck-out/
# Bundle artifact
*.jsbundle

# CocoaPods
# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/

0 comments on commit 2f67f5d

Please sign in to comment.