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.
Description
The bundled and published
very_good_flame_game
includes a.DS_Store
file. This is ignored bygit
, but when publishing locally withmason 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