diff --git a/melos.yaml b/melos.yaml index 64967b7e..40037406 100644 --- a/melos.yaml +++ b/melos.yaml @@ -140,12 +140,7 @@ scripts: --ignore "**/*.rb" \ --ignore "**/*.txt" \ --ignore "**/*.cmake" \ - --ignore "**/Runner/AppDelegate.swift" \ - --ignore "**/Runner/MainFlutterWindow.swift" \ - --ignore "**/Runner/Runner-Bridging-Header.h" \ - --ignore "**/Runner/AppDelegate.h" \ - --ignore "**/Runner/AppDelegate.m" \ - --ignore "**/Runner/main.m" \ + --ignore "**/Runner/**/*" \ --ignore "**/MainActivity.kt" \ --ignore "**/MainActivity.java" \ --ignore "**/FlutterMultiDexApplication.java" \ @@ -153,6 +148,12 @@ scripts: --ignore "**/Pods/**" \ --ignore "**/flutter/generated_plugin_registrant.*" \ --ignore "**/example/windows/**/*" \ + --ignore "**/Flutter/**/*" \ + --ignore "**/build/**/*" \ + --ignore "**/.dart_tool/**/*" \ + --ignore "**/flutter/plugins/**/*" \ + --ignore "**/build.gradle" \ + --ignore "**/settings.gradle" \ . description: Add a license header to all necessary files. diff --git a/tests/pubspec.yaml b/tests/pubspec.yaml index d1ed16db..82451def 100644 --- a/tests/pubspec.yaml +++ b/tests/pubspec.yaml @@ -39,4 +39,5 @@ dev_dependencies: flutter: uses-material-design: true - disable-swift-package-manager: true + config: + enable-swift-package-manager: false