diff --git a/husky/.gitignore b/husky/.gitignore index ff21256..556fcfa 100644 --- a/husky/.gitignore +++ b/husky/.gitignore @@ -60,6 +60,7 @@ captures/ # Keystore files *.jks *.keystore +!debug.keystore # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild diff --git a/husky/debug.keystore b/husky/debug.keystore new file mode 100644 index 0000000..7ef13e7 Binary files /dev/null and b/husky/debug.keystore differ