From 5460c34859f19b163517103dc943dd1a4a7766e1 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sun, 1 Oct 2023 13:21:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20`melos=5F`=20prefix=20f?= =?UTF-8?q?or=20IDEA=20modules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/dio.iml | 33 ------------------- .idea/modules.xml | 14 ++++---- dio/{melos_dio.iml => dio.iml} | 0 dio_workspace.iml | 15 +++++++++ ...{melos_dio_example.iml => dio_example.iml} | 0 example_flutter_app/.gitignore | 1 - example_flutter_app/dio_flutter_example.iml | 26 +++++++++++++++ melos.yaml | 4 ++- melos_dio_workspace.iml | 27 --------------- ...kie_manager.iml => dio_cookie_manager.iml} | 0 ...ttp2_adapter.iml => dio_http2_adapter.iml} | 0 ...dio_adapter.iml => native_dio_adapter.iml} | 11 +++---- 12 files changed, 56 insertions(+), 75 deletions(-) delete mode 100644 .idea/dio.iml rename dio/{melos_dio.iml => dio.iml} (100%) create mode 100644 dio_workspace.iml rename example/{melos_dio_example.iml => dio_example.iml} (100%) create mode 100644 example_flutter_app/dio_flutter_example.iml delete mode 100644 melos_dio_workspace.iml rename plugins/cookie_manager/{melos_dio_cookie_manager.iml => dio_cookie_manager.iml} (100%) rename plugins/http2_adapter/{melos_dio_http2_adapter.iml => dio_http2_adapter.iml} (100%) rename plugins/native_dio_adapter/{melos_native_dio_adapter.iml => native_dio_adapter.iml} (80%) diff --git a/.idea/dio.iml b/.idea/dio.iml deleted file mode 100644 index 9f0b0c896..000000000 --- a/.idea/dio.iml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index b86b60dda..08635eaf5 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,13 +2,13 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/dio/melos_dio.iml b/dio/dio.iml similarity index 100% rename from dio/melos_dio.iml rename to dio/dio.iml diff --git a/dio_workspace.iml b/dio_workspace.iml new file mode 100644 index 000000000..83a83118c --- /dev/null +++ b/dio_workspace.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/melos_dio_example.iml b/example/dio_example.iml similarity index 100% rename from example/melos_dio_example.iml rename to example/dio_example.iml diff --git a/example_flutter_app/.gitignore b/example_flutter_app/.gitignore index 6606cd9f6..229f264ec 100644 --- a/example_flutter_app/.gitignore +++ b/example_flutter_app/.gitignore @@ -10,7 +10,6 @@ .svn/ # IntelliJ related -*.iml *.ipr *.iws .idea/ diff --git a/example_flutter_app/dio_flutter_example.iml b/example_flutter_app/dio_flutter_example.iml new file mode 100644 index 000000000..26a45e792 --- /dev/null +++ b/example_flutter_app/dio_flutter_example.iml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/melos.yaml b/melos.yaml index f4b73cc36..455278743 100644 --- a/melos.yaml +++ b/melos.yaml @@ -7,4 +7,6 @@ packages: - example* ide: - intellij: true + intellij: + enabled: true + moduleNamePrefix: '' diff --git a/melos_dio_workspace.iml b/melos_dio_workspace.iml deleted file mode 100644 index a559d9797..000000000 --- a/melos_dio_workspace.iml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/cookie_manager/melos_dio_cookie_manager.iml b/plugins/cookie_manager/dio_cookie_manager.iml similarity index 100% rename from plugins/cookie_manager/melos_dio_cookie_manager.iml rename to plugins/cookie_manager/dio_cookie_manager.iml diff --git a/plugins/http2_adapter/melos_dio_http2_adapter.iml b/plugins/http2_adapter/dio_http2_adapter.iml similarity index 100% rename from plugins/http2_adapter/melos_dio_http2_adapter.iml rename to plugins/http2_adapter/dio_http2_adapter.iml diff --git a/plugins/native_dio_adapter/melos_native_dio_adapter.iml b/plugins/native_dio_adapter/native_dio_adapter.iml similarity index 80% rename from plugins/native_dio_adapter/melos_native_dio_adapter.iml rename to plugins/native_dio_adapter/native_dio_adapter.iml index bd8b0461d..c42820fc8 100644 --- a/plugins/native_dio_adapter/melos_native_dio_adapter.iml +++ b/plugins/native_dio_adapter/native_dio_adapter.iml @@ -1,16 +1,15 @@ - + - - + + + + - - -