From 1463e154b632cd6676a844221b43fcb5c0d9a71b Mon Sep 17 00:00:00 2001 From: dshukertjr <18113850+dshukertjr@users.noreply.github.com> Date: Wed, 6 Jul 2022 18:50:14 +0900 Subject: [PATCH] fix: seems like there is no way for ci to ignore pubspec_overrides file, so keeping a local version and updating gitignore --- .gitignore | 5 +++++ pubspec_overrides.yaml | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 pubspec_overrides.yaml diff --git a/.gitignore b/.gitignore index 1ffed352..99af6238 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,11 @@ # is commented out by default. #.vscode/ +# Specifying what packages to use in the pubspec_overrides +# https://github.com/dart-lang/pub/pull/3215 +pubspec_overrides.yaml + + # Flutter/Dart/Pub related **/doc/api/ .dart_tool/ diff --git a/pubspec_overrides.yaml b/pubspec_overrides.yaml deleted file mode 100644 index e1246242..00000000 --- a/pubspec_overrides.yaml +++ /dev/null @@ -1,3 +0,0 @@ -dependency_overrides: - supabase: - path: ../supabase-dart