~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
27eb8f92
—
pyrossh 1 year ago
update ignore
- .gitignore +3 -1
- android/.gitignore +1 -0
.gitignore
CHANGED
|
@@ -45,4 +45,6 @@ app.*.map.json
|
|
|
45
45
|
/android/app/release
|
|
46
46
|
scripts/Bible-Database
|
|
47
47
|
scripts/audio
|
|
48
|
-
.firebase
|
|
48
|
+
.firebase
|
|
49
|
+
android/pc-api-6297146122987569611-934-3fe14b04a8de.json
|
|
50
|
+
android/upload-keystore.jks
|
android/.gitignore
CHANGED
|
@@ -8,5 +8,6 @@ GeneratedPluginRegistrant.java
|
|
|
8
8
|
|
|
9
9
|
# Remember to never publicly share your keystore.
|
|
10
10
|
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
|
|
11
|
+
key.properties
|
|
11
12
|
**/*.keystore
|
|
12
13
|
**/*.jks
|