mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

The latest .gitignore includes a rule to ignore .cxx directories that are created when building Android apps. See https://github.com/flutter/flutter/issues/160372
15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
gradle-wrapper.jar
|
|
/.gradle
|
|
/captures/
|
|
/gradlew
|
|
/gradlew.bat
|
|
/local.properties
|
|
GeneratedPluginRegistrant.java
|
|
.cxx/
|
|
|
|
# Remember to never publicly share your keystore.
|
|
# See https://flutter.dev/to/reference-keystore
|
|
key.properties
|
|
**/*.keystore
|
|
**/*.jks
|