Add Android keystore files to project gitignore (#80663)

This commit is contained in:
Pierre-Louis 2021-04-20 05:34:03 +02:00 committed by GitHub
parent 6e1a0ed28b
commit ee875af067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,5 @@ GeneratedPluginRegistrant.java
# Remember to never publicly share your keystore.
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
key.properties
**/*.keystore
**/*.jks