Update .gitignore and export preset for 1.0.0
This commit is contained in:
parent
62f3eefd66
commit
7673ea3ffb
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,5 @@
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/android/
|
||||||
/keystore/
|
/keystore/
|
||||||
|
/dist/
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="./Repeat After Me.apk"
|
export_path="dist/Repeat-After-Me-1.0.0.apk"
|
||||||
patches=PackedStringArray()
|
patches=PackedStringArray()
|
||||||
encryption_include_filters=""
|
encryption_include_filters=""
|
||||||
encryption_exclude_filters=""
|
encryption_exclude_filters=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue