diff --git a/.gitignore b/.gitignore index 4c45122..34fe159 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ expo-env.d.ts *.p12 *.key *.keystore -!android/app/debug.keystore +android/app/debug.keystore *.mobileprovision # Metro diff --git a/android/.gitignore b/android/.gitignore index 8a6be07..e2a0395 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -14,3 +14,5 @@ local.properties # Bundle artifacts *.jsbundle + +debug.keystore