From 9dabdab26159f21fdf6974fa1265a65162a210d9 Mon Sep 17 00:00:00 2001 From: Yuto Takano Date: Sun, 30 Jun 2019 15:01:48 +0900 Subject: [PATCH] Ignore .jks Android build key file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 74b82ae..c6c8de5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ env.json npm-debug.log* yarn-debug.log* yarn-error.log* + +# Expo android build key +sardonyx.jks \ No newline at end of file