From 7a57d37195c4ec04e69b1987663a32403f136262 Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Fri, 21 Apr 2017 13:18:05 +0200 Subject: [PATCH] Add Pods cache dir to ios/.gitignore (#9464) * Add Pods cache dir to ios/.gitngnore * Add missing ending newlines --- examples/flutter_gallery/ios/.gitignore | 2 ++ examples/flutter_view/ios/.gitignore | 2 ++ examples/hello_world/ios/.gitignore | 2 ++ examples/layers/ios/.gitignore | 2 ++ examples/platform_channel/ios/.gitignore | 2 ++ examples/platform_channel_swift/ios/.gitignore | 2 ++ examples/stocks/ios/.gitignore | 2 ++ packages/flutter_tools/templates/create/ios.tmpl/.gitignore | 2 ++ 8 files changed, 16 insertions(+) diff --git a/examples/flutter_gallery/ios/.gitignore b/examples/flutter_gallery/ios/.gitignore index 0a0efc3825..48206dbbad 100644 --- a/examples/flutter_gallery/ios/.gitignore +++ b/examples/flutter_gallery/ios/.gitignore @@ -36,3 +36,5 @@ Icon? /Flutter/Flutter.framework /Flutter/Generated.xcconfig /ServiceDefinitions.json + +Pods/ diff --git a/examples/flutter_view/ios/.gitignore b/examples/flutter_view/ios/.gitignore index d0a7d98562..797c015957 100644 --- a/examples/flutter_view/ios/.gitignore +++ b/examples/flutter_view/ios/.gitignore @@ -35,3 +35,5 @@ Icon? /Flutter/Flutter.framework /Flutter/Generated.xcconfig /ServiceDefinitions.json + +Pods/ diff --git a/examples/hello_world/ios/.gitignore b/examples/hello_world/ios/.gitignore index 0a0efc3825..48206dbbad 100644 --- a/examples/hello_world/ios/.gitignore +++ b/examples/hello_world/ios/.gitignore @@ -36,3 +36,5 @@ Icon? /Flutter/Flutter.framework /Flutter/Generated.xcconfig /ServiceDefinitions.json + +Pods/ diff --git a/examples/layers/ios/.gitignore b/examples/layers/ios/.gitignore index d0a7d98562..797c015957 100644 --- a/examples/layers/ios/.gitignore +++ b/examples/layers/ios/.gitignore @@ -35,3 +35,5 @@ Icon? /Flutter/Flutter.framework /Flutter/Generated.xcconfig /ServiceDefinitions.json + +Pods/ diff --git a/examples/platform_channel/ios/.gitignore b/examples/platform_channel/ios/.gitignore index 0a0efc3825..48206dbbad 100644 --- a/examples/platform_channel/ios/.gitignore +++ b/examples/platform_channel/ios/.gitignore @@ -36,3 +36,5 @@ Icon? /Flutter/Flutter.framework /Flutter/Generated.xcconfig /ServiceDefinitions.json + +Pods/ diff --git a/examples/platform_channel_swift/ios/.gitignore b/examples/platform_channel_swift/ios/.gitignore index 0a0efc3825..48206dbbad 100644 --- a/examples/platform_channel_swift/ios/.gitignore +++ b/examples/platform_channel_swift/ios/.gitignore @@ -36,3 +36,5 @@ Icon? /Flutter/Flutter.framework /Flutter/Generated.xcconfig /ServiceDefinitions.json + +Pods/ diff --git a/examples/stocks/ios/.gitignore b/examples/stocks/ios/.gitignore index 0a0efc3825..48206dbbad 100644 --- a/examples/stocks/ios/.gitignore +++ b/examples/stocks/ios/.gitignore @@ -36,3 +36,5 @@ Icon? /Flutter/Flutter.framework /Flutter/Generated.xcconfig /ServiceDefinitions.json + +Pods/ diff --git a/packages/flutter_tools/templates/create/ios.tmpl/.gitignore b/packages/flutter_tools/templates/create/ios.tmpl/.gitignore index d0a7d98562..797c015957 100644 --- a/packages/flutter_tools/templates/create/ios.tmpl/.gitignore +++ b/packages/flutter_tools/templates/create/ios.tmpl/.gitignore @@ -35,3 +35,5 @@ Icon? /Flutter/Flutter.framework /Flutter/Generated.xcconfig /ServiceDefinitions.json + +Pods/