From a8cb8af857ab84c4108ad4cdaa124f8e2fb564f2 Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Sat, 13 Jan 2024 04:52:11 +0530 Subject: [PATCH] Added newline at end of `.gitignore` files (#141270) Added missing required newline at end of some `.gitignore` files. All other `.gitignore` files ends with a newline except the changed ones, hence the PR. > *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* **Not listing any issues because of trivial fixes as mentioned above.** --- AUTHORS | 1 + dev/benchmarks/multiple_flutters/android/app/.gitignore | 2 +- .../android_embedding_v2_smoke_test/android/.gitignore | 2 +- dev/integration_tests/ios_add2app_life_cycle/.gitignore | 2 +- packages/flutter_tools/templates/plugin/ios.tmpl/.gitignore | 2 +- packages/integration_test/ios/.gitignore | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3be8fb32d3..3d9b034219 100644 --- a/AUTHORS +++ b/AUTHORS @@ -120,3 +120,4 @@ Sabin Neupane Mahdi Bagheri <1839491@gmail.com> Mok Kah Wai Lucas Saudon +Om Phatak diff --git a/dev/benchmarks/multiple_flutters/android/app/.gitignore b/dev/benchmarks/multiple_flutters/android/app/.gitignore index 42afabfd2a..796b96d1c4 100644 --- a/dev/benchmarks/multiple_flutters/android/app/.gitignore +++ b/dev/benchmarks/multiple_flutters/android/app/.gitignore @@ -1 +1 @@ -/build \ No newline at end of file +/build diff --git a/dev/integration_tests/android_embedding_v2_smoke_test/android/.gitignore b/dev/integration_tests/android_embedding_v2_smoke_test/android/.gitignore index 2f2a790389..f309a24360 100644 --- a/dev/integration_tests/android_embedding_v2_smoke_test/android/.gitignore +++ b/dev/integration_tests/android_embedding_v2_smoke_test/android/.gitignore @@ -3,4 +3,4 @@ gradle-wrapper.jar /captures/ /gradlew /gradlew.bat -/local.properties \ No newline at end of file +/local.properties diff --git a/dev/integration_tests/ios_add2app_life_cycle/.gitignore b/dev/integration_tests/ios_add2app_life_cycle/.gitignore index 39e7c6e37d..b6f1cb5f37 100644 --- a/dev/integration_tests/ios_add2app_life_cycle/.gitignore +++ b/dev/integration_tests/ios_add2app_life_cycle/.gitignore @@ -66,4 +66,4 @@ fastlane/test_output # After new code Injection tools there's a generated folder /iOSInjectionProject # https://github.com/johnno1962/injectionforxcode -iOSInjectionProject/ \ No newline at end of file +iOSInjectionProject/ diff --git a/packages/flutter_tools/templates/plugin/ios.tmpl/.gitignore b/packages/flutter_tools/templates/plugin/ios.tmpl/.gitignore index 0c885071e3..034771fc9c 100644 --- a/packages/flutter_tools/templates/plugin/ios.tmpl/.gitignore +++ b/packages/flutter_tools/templates/plugin/ios.tmpl/.gitignore @@ -35,4 +35,4 @@ Icon? /Flutter/Generated.xcconfig /Flutter/ephemeral/ -/Flutter/flutter_export_environment.sh \ No newline at end of file +/Flutter/flutter_export_environment.sh diff --git a/packages/integration_test/ios/.gitignore b/packages/integration_test/ios/.gitignore index 53b344bcad..a68adc47b7 100644 --- a/packages/integration_test/ios/.gitignore +++ b/packages/integration_test/ios/.gitignore @@ -35,4 +35,4 @@ Icon? /Flutter/Generated.xcconfig /Flutter/ephemeral -/Flutter/flutter_export_environment.sh \ No newline at end of file +/Flutter/flutter_export_environment.sh