Skip to content

Commit

Permalink
Adding the debug.keystore file back (#25807)
Browse files Browse the repository at this point in the history
Summary:
Fixes #25629 that happened after v60 upgrade when using the diff tool https://react-native-community.github.io/upgrade-helper/?from=0.59.10&to=0.60.4

When following the diff for upgrading to react native 60. The debug.keystore is missing. It's added in the repository but ignored in the .gitignore, so it does not show. This adds an exception for this file.

## Changelog

[Android] [Fixed] - Add exception in .gitignore for `debug.keystore` to the android template.
Pull Request resolved: #25807

Test Plan: Create a new project from template and check that debug.keystore will be checked in when committing.

Reviewed By: cpojer

Differential Revision: D16462897

Pulled By: mdvacca

fbshipit-source-id: 18c0e8aee7f5cf8ed0d3544f88dc1621ad17f30f
  • Loading branch information
bondehagen authored and facebook-github-bot committed Jul 25, 2019
1 parent b771e20 commit d550256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/_gitignore
Expand Up @@ -40,6 +40,7 @@ yarn-error.log
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
Expand Down

0 comments on commit d550256

Please sign in to comment.