diff options
author | Felipe Erias <felipeerias@igalia.com> | 2021-10-29 14:38:21 +0900 |
---|---|---|
committer | Felipe Erias <felipeerias@igalia.com> | 2021-10-29 14:38:21 +0900 |
commit | a3d903e6b27a12bc2472972e585c351710418e42 (patch) | |
tree | 338baa9748ba371e14a17cfae4eedfbc0599a6dd /android/.gitignore |
Initial commit
Diffstat (limited to 'android/.gitignore')
-rw-r--r-- | android/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000..0a741cb --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,11 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java + +# Remember to never publicly share your keystore. +# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app +key.properties |