Skip to content

Commit

Permalink
Add Gemfile.lock to gitignore (#26430)
Browse files Browse the repository at this point in the history
Summary:
When installing pods for RNTester with `bundle run pod install` this file is generated and can be ignored.

## Changelog

[Internal] [Fixed] - Add `Gemfile.lock` to gitignore
Pull Request resolved: #26430

Test Plan: N/A

Differential Revision: D17370307

Pulled By: PeteTheHeat

fbshipit-source-id: 7d5eff0604ec9e979f8aa605f68af1656365ffb7
  • Loading branch information
janicduplessis authored and facebook-github-bot committed Sep 13, 2019
1 parent a4fbb8e commit 507b783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ RNTester/build
/template/ios/Pods/
/template/ios/Podfile.lock
/RNTester/Pods/
/RNTester/Gemfile.lock

0 comments on commit 507b783

Please sign in to comment.