From 2da63e4657fdedfe26c188dc19a36be1d8ca3679 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Thu, 18 May 2017 18:09:51 -0700 Subject: [PATCH] Update example project .gitignores to latest template (#10188) Under android/ directory, ignore: GeneratedPluginRegistrant.java Under ios/ directory, ignore: GeneratedPluginRegistrant.h GeneratedPluginRegistrant.m Pods/ --- examples/catalog/android/.gitignore | 1 + examples/catalog/ios/.gitignore | 4 ++++ examples/flutter_gallery/android/.gitignore | 2 +- examples/flutter_gallery/ios/.gitignore | 4 ++-- examples/flutter_view/android/.gitignore | 2 +- examples/flutter_view/ios/.gitignore | 4 ++-- examples/hello_world/android/.gitignore | 2 +- examples/hello_world/ios/.gitignore | 4 ++-- examples/layers/android/.gitignore | 2 +- examples/layers/ios/.gitignore | 4 ++-- examples/platform_channel/android/.gitignore | 2 +- examples/platform_channel/ios/.gitignore | 4 ++-- examples/platform_channel_swift/ios/.gitignore | 4 ++-- examples/stocks/android/.gitignore | 2 +- examples/stocks/ios/.gitignore | 4 ++-- 15 files changed, 25 insertions(+), 20 deletions(-) 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