From b33b872d990420e44d60591f1ed6fbaf48e6b31e Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Wed, 13 Dec 2023 21:56:29 -0800 Subject: [PATCH] Add self back to CODEOWNERS (#140080) I'm back from leave. Revert https://github.com/flutter/flutter/pull/125337 but don't take back the `CODEOWNERS` file itself. --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index dbaf86116924e..bb11af9e98e5f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -7,3 +7,5 @@ # Use git ls-files '' without a / prefix to see the list of matching files. /packages/flutter_tools/pubspec.yaml @christopherfujino +/packages/flutter_tools/templates/module/ios/ @jmagman +/packages/flutter_tools/templates/**/Podfile* @jmagman