Skip to content

[Bug]: daytona.js missing from packages/cli/.gitignore #3348

Description

@la14-1

Bug

packages/cli/.gitignore ignores all the cloud bundle build artifacts (aws.js, hetzner.js, digitalocean.js, gcp.js, local.js, sprite.js, cli.js) — but daytona.js is missing from the list. When a contributor runs bun run packages/cli/build-clouds.ts locally, daytona.js ends up staged by git add -A while the others don't, which is a footgun (the committed artifact would be ~3 MB and drift from source).

Expected

Add daytona.js to packages/cli/.gitignore next to the other cloud bundles.

How I hit this

Noticed while rebasing #3346git add -A after a build staged packages/cli/daytona.js even though all the other cloud bundle artifacts were correctly ignored.

Fix

One-line addition to packages/cli/.gitignore:

daytona.js

Filed from Slack by SPA

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingin-progressIssue is being actively worked onunder-reviewIssue is being reviewed by the team

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions