From f0bf7b5c8c67269cb51382a08144cd9a9049638e Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 30 Aug 2017 15:37:35 -0700 Subject: [PATCH] add intellij metadata for the plugin and packages templates (#11852) --- .../package/.idea/libraries/Dart_SDK.xml.tmpl | 25 ++++++++++++++++ .../templates/package/.idea/modules.xml.tmpl | 9 ++++++ .../package/.idea/workspace.xml.tmpl | 29 +++++++++++++++++++ ...ml.tmpl => example_lib_main_dart.xml.tmpl} | 0 4 files changed, 63 insertions(+) create mode 100644 packages/flutter_tools/templates/package/.idea/libraries/Dart_SDK.xml.tmpl create mode 100644 packages/flutter_tools/templates/package/.idea/modules.xml.tmpl create mode 100644 packages/flutter_tools/templates/package/.idea/workspace.xml.tmpl rename packages/flutter_tools/templates/plugin/.idea/runConfigurations/{main_dart.xml.tmpl => example_lib_main_dart.xml.tmpl} (100%) diff --git a/packages/flutter_tools/templates/package/.idea/libraries/Dart_SDK.xml.tmpl b/packages/flutter_tools/templates/package/.idea/libraries/Dart_SDK.xml.tmpl new file mode 100644 index 0000000000..4c3c50cc99 --- /dev/null +++ b/packages/flutter_tools/templates/package/.idea/libraries/Dart_SDK.xml.tmpl @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/flutter_tools/templates/package/.idea/modules.xml.tmpl b/packages/flutter_tools/templates/package/.idea/modules.xml.tmpl new file mode 100644 index 0000000000..cd52175288 --- /dev/null +++ b/packages/flutter_tools/templates/package/.idea/modules.xml.tmpl @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/packages/flutter_tools/templates/package/.idea/workspace.xml.tmpl b/packages/flutter_tools/templates/package/.idea/workspace.xml.tmpl new file mode 100644 index 0000000000..1e7e0cd929 --- /dev/null +++ b/packages/flutter_tools/templates/package/.idea/workspace.xml.tmpl @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/flutter_tools/templates/plugin/.idea/runConfigurations/main_dart.xml.tmpl b/packages/flutter_tools/templates/plugin/.idea/runConfigurations/example_lib_main_dart.xml.tmpl similarity index 100% rename from packages/flutter_tools/templates/plugin/.idea/runConfigurations/main_dart.xml.tmpl rename to packages/flutter_tools/templates/plugin/.idea/runConfigurations/example_lib_main_dart.xml.tmpl