Skip to content

Commit

Permalink
Fix melos picking up example folders in random ignored folders (cfug#…
Browse files Browse the repository at this point in the history
…2073)

<!-- Write down your pull request descriptions. -->

### New Pull Request Checklist

- [ ] I have read the
[Documentation](https://pub.dev/documentation/dio/latest/)
- [ ] I have searched for a similar pull request in the
[project](https://github.com/cfug/dio/pulls) and found none
- [ ] I have updated this branch with the latest `main` branch to avoid
conflicts (via merge from master or rebase)
- [ ] I have added the required tests to prove the fix/feature I'm
adding
- [ ] I have updated the documentation (if necessary)
- [ ] I have run the tests without failures
- [ ] I have updated the `CHANGELOG.md` in the corresponding package

### Additional context and info (if any)

<!-- Provide more context and info about the PR. -->
  • Loading branch information
kuhnroyal authored Dec 20, 2023
1 parent 4b1f1ec commit f05b1d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions dio_workspace.iml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<excludeFolder url="file://$MODULE_DIR$/example_flutter_app/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/example_flutter_app/.pub" />
<excludeFolder url="file://$MODULE_DIR$/example_flutter_app/build" />
<excludeFolder url="file://$MODULE_DIR$/dio/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/dio/.pub" />
<excludeFolder url="file://$MODULE_DIR$/dio/build" />
<excludeFolder url="file://$MODULE_DIR$/plugins/native_dio_adapter/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/plugins/native_dio_adapter/.pub" />
<excludeFolder url="file://$MODULE_DIR$/plugins/native_dio_adapter/build" />
<excludeFolder url="file://$MODULE_DIR$/plugins/native_dio_adapter/example/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/plugins/native_dio_adapter/example/.pub" />
<excludeFolder url="file://$MODULE_DIR$/plugins/native_dio_adapter/example/build" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ repository: https://github.com/cfug/dio
packages:
- 'dio'
- 'plugins/*'
- 'plugins/**/example*'
- 'example*'
- '**/example*'

ide:
intellij:
Expand Down

0 comments on commit f05b1d6

Please sign in to comment.