From e188d743f08b44c6330d92821ab997bd4d5c1bd9 Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Sat, 12 Oct 2024 15:59:37 +0800 Subject: [PATCH] Refactor(.gitignore): Ignore key store --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b22c3a7..9a42923 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,10 @@ build/ # Local configuration file (sdk path, etc) local.properties +# Key Store +keystore.properties +*.jks + # Eclipse project files .classpath .project