From fe137e426e5096f0abb2de6fc5c70f609bd61308 Mon Sep 17 00:00:00 2001 From: A <258483684+la14-1@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:11:02 -0700 Subject: [PATCH] fix(gitignore): add daytona.js to packages/cli/.gitignore (#3349) 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 --- packages/cli/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/.gitignore b/packages/cli/.gitignore index 7779c9eb..3e8e70c0 100644 --- a/packages/cli/.gitignore +++ b/packages/cli/.gitignore @@ -5,6 +5,7 @@ dist/ *.tgz # Cloud provider bundles (built by build-clouds.ts) aws.js +daytona.js digitalocean.js gcp.js hetzner.js