chore(ignore): update .dockerignore and .gitignore to exclude Android keystore files

This commit is contained in:
Ivan
2026-04-17 23:24:18 -05:00
parent 2af89dc446
commit 1b207b7196
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ docs/
# Development files
android/
android/keystore/
*.jks
*.keystore
Makefile
*.apk
*.aab
+3
View File
@@ -43,6 +43,9 @@ maven/
*.dylib
# Android
android/keystore/
*.jks
*.keystore
android/.gradle/
android/local.properties
android/build/