Fix .gitignore of HelloWorld template to commit third party JARs
Summary: Hi RN team! Thanks for all that you do. 🎉 **Motivation:** I noticed in the [Buck docs](https://buckbuild.com/article/exopackage.html) (scroll down to Step 2) that it expects third party JARs to live in version control. Currently, the HelloWorld template ignores these dependencies from version control, which is a bit confusing. Closes https://github.com/facebook/react-native/pull/11738 Differential Revision: D4494423 Pulled By: mkonicek fbshipit-source-id: 37b946ad9c30af2b47b409bae6830bba5917491a
This commit is contained in:
parent
9c3beb9896
commit
a45246e354
|
@ -39,7 +39,6 @@ yarn-error.log
|
|||
# BUCK
|
||||
buck-out/
|
||||
\.buckd/
|
||||
android/app/libs
|
||||
*.keystore
|
||||
|
||||
# fastlane
|
||||
|
|
Loading…
Reference in New Issue