From dc0a5ec75d555e7a5e1bfc7393c4f09442dc0cc3 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Wed, 2 Nov 2016 11:09:42 -0700 Subject: [PATCH] ignore all keystore files Summary: Ignore all keystore files as we do not want users to accidentally check in their keystore file. Closes https://github.com/facebook/react-native/pull/10214 Differential Revision: D4118169 Pulled By: bestander fbshipit-source-id: a81fc99afd1715d52dfdce8c47dfc10808470008 --- local-cli/generator/templates/_gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/generator/templates/_gitignore b/local-cli/generator/templates/_gitignore index eb1535e41..73359e1a8 100644 --- a/local-cli/generator/templates/_gitignore +++ b/local-cli/generator/templates/_gitignore @@ -38,4 +38,4 @@ npm-debug.log buck-out/ \.buckd/ android/app/libs -android/keystores/debug.keystore +*.keystore