diff --git a/examples/catalog/android/.gitignore b/examples/catalog/android/.gitignore index 5c4ef82869b..1fd9325cac4 100644 --- a/examples/catalog/android/.gitignore +++ b/examples/catalog/android/.gitignore @@ -6,6 +6,7 @@ .DS_Store /build /captures +GeneratedPluginRegistrant.java /gradle /gradlew diff --git a/examples/catalog/ios/.gitignore b/examples/catalog/ios/.gitignore index d0a7d98562c..38864eed23e 100644 --- a/examples/catalog/ios/.gitignore +++ b/examples/catalog/ios/.gitignore @@ -9,6 +9,8 @@ profile DerivedData/ build/ +GeneratedPluginRegistrant.h +GeneratedPluginRegistrant.m *.pbxuser *.mode1v3 @@ -35,3 +37,5 @@ Icon? /Flutter/Flutter.framework /Flutter/Generated.xcconfig /ServiceDefinitions.json + +Pods/ diff --git a/examples/flutter_gallery/android/.gitignore b/examples/flutter_gallery/android/.gitignore index e6a9f0678cf..1fd9325cac4 100644 --- a/examples/flutter_gallery/android/.gitignore +++ b/examples/flutter_gallery/android/.gitignore @@ -6,7 +6,7 @@ .DS_Store /build /captures -PluginRegistry.java +GeneratedPluginRegistrant.java /gradle /gradlew diff --git a/examples/flutter_gallery/ios/.gitignore b/examples/flutter_gallery/ios/.gitignore index 2c960a347db..cdf54812820 100644 --- a/examples/flutter_gallery/ios/.gitignore +++ b/examples/flutter_gallery/ios/.gitignore @@ -10,8 +10,8 @@ profile DerivedData/ build/ -PluginRegistry.h -PluginRegistry.m +GeneratedPluginRegistrant.h +GeneratedPluginRegistrant.m *.pbxuser *.mode1v3 diff --git a/examples/flutter_view/android/.gitignore b/examples/flutter_view/android/.gitignore index e6a9f0678cf..1fd9325cac4 100644 --- a/examples/flutter_view/android/.gitignore +++ b/examples/flutter_view/android/.gitignore @@ -6,7 +6,7 @@ .DS_Store /build /captures -PluginRegistry.java +GeneratedPluginRegistrant.java /gradle /gradlew diff --git a/examples/flutter_view/ios/.gitignore b/examples/flutter_view/ios/.gitignore index 5ec8cc025e8..38864eed23e 100644 --- a/examples/flutter_view/ios/.gitignore +++ b/examples/flutter_view/ios/.gitignore @@ -9,8 +9,8 @@ profile DerivedData/ build/ -PluginRegistry.h -PluginRegistry.m +GeneratedPluginRegistrant.h +GeneratedPluginRegistrant.m *.pbxuser *.mode1v3 diff --git a/examples/hello_world/android/.gitignore b/examples/hello_world/android/.gitignore index e6a9f0678cf..1fd9325cac4 100644 --- a/examples/hello_world/android/.gitignore +++ b/examples/hello_world/android/.gitignore @@ -6,7 +6,7 @@ .DS_Store /build /captures -PluginRegistry.java +GeneratedPluginRegistrant.java /gradle /gradlew diff --git a/examples/hello_world/ios/.gitignore b/examples/hello_world/ios/.gitignore index 5ec8cc025e8..38864eed23e 100644 --- a/examples/hello_world/ios/.gitignore +++ b/examples/hello_world/ios/.gitignore @@ -9,8 +9,8 @@ profile DerivedData/ build/ -PluginRegistry.h -PluginRegistry.m +GeneratedPluginRegistrant.h +GeneratedPluginRegistrant.m *.pbxuser *.mode1v3 diff --git a/examples/layers/android/.gitignore b/examples/layers/android/.gitignore index e6a9f0678cf..1fd9325cac4 100644 --- a/examples/layers/android/.gitignore +++ b/examples/layers/android/.gitignore @@ -6,7 +6,7 @@ .DS_Store /build /captures -PluginRegistry.java +GeneratedPluginRegistrant.java /gradle /gradlew diff --git a/examples/layers/ios/.gitignore b/examples/layers/ios/.gitignore index 5ec8cc025e8..38864eed23e 100644 --- a/examples/layers/ios/.gitignore +++ b/examples/layers/ios/.gitignore @@ -9,8 +9,8 @@ profile DerivedData/ build/ -PluginRegistry.h -PluginRegistry.m +GeneratedPluginRegistrant.h +GeneratedPluginRegistrant.m *.pbxuser *.mode1v3 diff --git a/examples/platform_channel/android/.gitignore b/examples/platform_channel/android/.gitignore index e6a9f0678cf..1fd9325cac4 100644 --- a/examples/platform_channel/android/.gitignore +++ b/examples/platform_channel/android/.gitignore @@ -6,7 +6,7 @@ .DS_Store /build /captures -PluginRegistry.java +GeneratedPluginRegistrant.java /gradle /gradlew diff --git a/examples/platform_channel/ios/.gitignore b/examples/platform_channel/ios/.gitignore index 2c960a347db..cdf54812820 100644 --- a/examples/platform_channel/ios/.gitignore +++ b/examples/platform_channel/ios/.gitignore @@ -10,8 +10,8 @@ profile DerivedData/ build/ -PluginRegistry.h -PluginRegistry.m +GeneratedPluginRegistrant.h +GeneratedPluginRegistrant.m *.pbxuser *.mode1v3 diff --git a/examples/platform_channel_swift/ios/.gitignore b/examples/platform_channel_swift/ios/.gitignore index 2c960a347db..cdf54812820 100644 --- a/examples/platform_channel_swift/ios/.gitignore +++ b/examples/platform_channel_swift/ios/.gitignore @@ -10,8 +10,8 @@ profile DerivedData/ build/ -PluginRegistry.h -PluginRegistry.m +GeneratedPluginRegistrant.h +GeneratedPluginRegistrant.m *.pbxuser *.mode1v3 diff --git a/examples/stocks/android/.gitignore b/examples/stocks/android/.gitignore index e6a9f0678cf..1fd9325cac4 100644 --- a/examples/stocks/android/.gitignore +++ b/examples/stocks/android/.gitignore @@ -6,7 +6,7 @@ .DS_Store /build /captures -PluginRegistry.java +GeneratedPluginRegistrant.java /gradle /gradlew diff --git a/examples/stocks/ios/.gitignore b/examples/stocks/ios/.gitignore index 2c960a347db..cdf54812820 100644 --- a/examples/stocks/ios/.gitignore +++ b/examples/stocks/ios/.gitignore @@ -10,8 +10,8 @@ profile DerivedData/ build/ -PluginRegistry.h -PluginRegistry.m +GeneratedPluginRegistrant.h +GeneratedPluginRegistrant.m *.pbxuser *.mode1v3