From 9f78e830830f889e65a9b25494b4288e3367aff2 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Fri, 22 Sep 2023 10:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Fix=20ignores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/native_dio_adapter/.gitignore | 1 - plugins/native_dio_adapter/example/pubspec_overrides.yaml | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 plugins/native_dio_adapter/example/pubspec_overrides.yaml diff --git a/plugins/native_dio_adapter/.gitignore b/plugins/native_dio_adapter/.gitignore index 48f7ab40e..bef1b42a1 100644 --- a/plugins/native_dio_adapter/.gitignore +++ b/plugins/native_dio_adapter/.gitignore @@ -19,4 +19,3 @@ pubspec_overrides.yaml # https://dart.dev/guides/libraries/private-files#pubspeclock. pubspec.lock .DS_Store -/pubspec_overrides.yaml diff --git a/plugins/native_dio_adapter/example/pubspec_overrides.yaml b/plugins/native_dio_adapter/example/pubspec_overrides.yaml deleted file mode 100644 index 9bc2504f6..000000000 --- a/plugins/native_dio_adapter/example/pubspec_overrides.yaml +++ /dev/null @@ -1,3 +0,0 @@ -dependency_overrides: - dio: - path: ../../../dio