forked from firka/flutter
Update integration test and benchmark Android .gitignore files to match the current app template (#163276)
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
This commit is contained in:
2
dev/tracing_tests/android/.gitignore
vendored
2
dev/tracing_tests/android/.gitignore
vendored
@@ -8,7 +8,7 @@ GeneratedPluginRegistrant.java
|
||||
.cxx/
|
||||
|
||||
# Remember to never publicly share your keystore.
|
||||
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
|
||||
# See https://flutter.dev/to/reference-keystore
|
||||
key.properties
|
||||
**/*.keystore
|
||||
**/*.jks
|
||||
|
||||
Reference in New Issue
Block a user