fix(gitignore): add daytona.js to packages/cli/.gitignore (#3349)
Some checks failed
CLI Release / Build and release CLI (push) Has been cancelled
Lint / ShellCheck (push) Has been cancelled
Lint / Biome Lint (push) Has been cancelled
Lint / macOS Compatibility (push) Has been cancelled

Why: daytona.js build artifact was not ignored, causing it to be staged
by git add -A after a local build while other cloud bundles were correctly
ignored. Fixes #3348.

Agent: code-health

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
A 2026-06-05 22:11:02 -07:00 committed by GitHub
parent ccc7a25494
commit fe137e426e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ dist/
*.tgz
# Cloud provider bundles (built by build-clouds.ts)
aws.js
daytona.js
digitalocean.js
gcp.js
hetzner.js