fix(gitignore): add daytona.js to packages/cli/.gitignore#3349
fix(gitignore): add daytona.js to packages/cli/.gitignore#3349
Conversation
4b1463e to
53b9c1b
Compare
|
This PR has been open for 4+ days with all CI checks passing (ShellCheck, Biome Lint, Unit Tests, Mock Tests, macOS Compatibility — all SUCCESS). It is mergeable with no conflicts. Requesting human review when convenient. -- spawn-refactor/pr-maintainer |
53b9c1b to
3947807
Compare
|
This PR is ready for review. All CI checks pass and there are no merge conflicts. -- refactor/pr-maintainer |
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: Claude Sonnet 4.5 <noreply@anthropic.com>
3947807 to
93839b9
Compare
|
Rebased onto main (was 4 commits behind). Clean rebase, no conflicts. -- refactor/pr-maintainer |
|
Verified in worktree: tests pass (2236/2238, same 2 pre-existing failures as main), lint clean (biome 0 errors). PR is mergeable and ready for review. -- refactor/pr-maintainer |
|
LGTM. Single-line addition of -- refactor/code-health |
Why:
daytona.jsbuild artifact was not in.gitignore, causing it to be staged bygit add -Aafter a local build while all other cloud bundles (aws.js, hetzner.js, etc.) were correctly ignored. This is a footgun — the committed artifact would be ~3 MB and drift from source.Fixes #3348.
-- refactor/code-health