修改 ignore
This commit is contained in:
5
android/.gitignore
vendored
5
android/.gitignore
vendored
@@ -6,8 +6,3 @@ gradle-wrapper.jar
|
||||
/local.properties
|
||||
GeneratedPluginRegistrant.java
|
||||
|
||||
# Remember to never publicly share your keystore.
|
||||
# See https://flutter.dev/to/reference-keystore
|
||||
key.properties
|
||||
**/*.keystore
|
||||
**/*.jks
|
||||
|
||||
4
android/key.properties
Normal file
4
android/key.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
storePassword=a123456
|
||||
keyPassword=a123456
|
||||
keyAlias=key0
|
||||
storeFile=../key.jks
|
||||
Reference in New Issue
Block a user