Skip to content

Commit

Permalink
fix: add missing .gitignore in wallet_kit
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Dec 27, 2024
1 parent ec3773e commit 2f9d7d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/wallet_kit/android/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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
**/*.keystore
**/*.jks
2 changes: 0 additions & 2 deletions packages/wallet_kit/android/local.properties

This file was deleted.

0 comments on commit 2f9d7d7

Please sign in to comment.