app-starlock/android/.gitignore
2024-05-18 09:37:50 +08:00

18 lines
453 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

gradle-wrapper.jar
bundletool.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
# 因为我们要管理多个项目所以这里不要忽略keystore
# 而且我们的代码库是私有的,不存在泄露问题
#key.properties
#**/*.keystore
#**/*.jks
/bundletool.jar