~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.
08ac6922
—
pyrossh 1 week ago
add .astro to gitignore
- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -30,4 +30,5 @@ captures
|
|
|
30
30
|
!*.xcworkspace/contents.xcworkspacedata
|
|
31
31
|
**/xcshareddata/WorkspaceSettings.xcsettings
|
|
32
32
|
composeApp/Build
|
|
33
|
-
target
|
|
33
|
+
target
|
|
34
|
+
.astro
|