Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add .fvm to ignored directories for pubspec files searching #307

Merged
merged 2 commits into from
Mar 8, 2022

Conversation

Limbou
Copy link
Contributor

@Limbou Limbou commented Mar 7, 2022

Description

Add .fvm to ignored directories to avoid packages get --recursive command being run for all packages inside .fvm folder.

Fixes: #306

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel added the bug Something isn't working as expected label Mar 7, 2022
@felangel felangel merged commit 4865a91 into VeryGoodOpenSource:main Mar 8, 2022
@felangel felangel mentioned this pull request Mar 17, 2022
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: ignore .fvm directory when searching for pubspec files
2 participants