Update .gitignore and export preset for 1.0.0

This commit is contained in:
ChaoticByte 2025-08-07 18:29:08 +02:00
parent 62f3eefd66
commit 7673ea3ffb
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,4 +2,5 @@
.godot/
/android/
/keystore/
/dist/

View file

@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./Repeat After Me.apk"
export_path="dist/Repeat-After-Me-1.0.0.apk"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""