Skip to content

feat: allow specifying files to ignore while bundling for a new build #1742

Open
@bart-iconica

Description

@bart-iconica

Description

In a project I'm working on we currently use FVM to easily get the right Dart version to develop with. Currently when executing dart_frog build it's .fvm folder gets copied into the build folder, which due to the size on some machine causes timeouts and fails (happens for at least one colleague of mine). And even if it does succeed the whole content is then also copied into the resulting Docker image, needlessly increasing the size of the build.

I would like to have a way to specify which files and folders to ignore while starting a build.

Requirements

  • All CI/CD checks are passing.
  • There is no drop in the test coverage percentage.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA new feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions