Skip to content

Commit

Permalink
fix: wallet_kit .gitignore should be for a package
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Dec 27, 2024
1 parent 2f9d7d7 commit a9c5c02
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions packages/wallet_kit/android/.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
gradle-wrapper.jar
/.gradle
/captures/
/gradlew
/gradlew.bat
*.iml
.gradle
/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
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.cxx

0 comments on commit a9c5c02

Please sign in to comment.