diff --git a/.gitignore b/.gitignore index aa35107..c87d50a 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,7 @@ **/ios/Flutter/app.flx **/ios/Flutter/app.zip **/ios/Flutter/flutter_assets/ +**/ios/Flutter/flutter_export_environment.sh **/ios/ServiceDefinitions.json **/ios/Runner/GeneratedPluginRegistrant.* diff --git a/README.md b/README.md index cd71c14..51653ef 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,5 @@ A few resources to get you started if this is your first Flutter project: For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference. + +测试提交