VeryGoodOpenSource / very_good_flame_game

A Very Good Flutter Starter Flame Game created by the Very Good Ventures Team 🦄
https://brickhub.dev/bricks/very_good_flame_game
MIT License
85 stars 11 forks source link

fix: remove ephemeral and ignored files #141

Closed alestiago closed 10 months ago

alestiago commented 11 months ago

Description

The bundled and published very_good_flame_game includes a .DS_Store file. This is ignored by git, but when publishing locally with mason publish the bundles includes such file.

We should publish a new fix without the ephemeral and ignored files.

We should add a workflow/script to handle publishing after tagging and ensures no ephemeral or ignored files are included.

Related issues