mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-07-09 17:18:34 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
ccc7a25494
commit
fe137e426e
1 changed files with 1 additions and 0 deletions
1
packages/cli/.gitignore
vendored
1
packages/cli/.gitignore
vendored
|
|
@ -5,6 +5,7 @@ dist/
|
|||
*.tgz
|
||||
# Cloud provider bundles (built by build-clouds.ts)
|
||||
aws.js
|
||||
daytona.js
|
||||
digitalocean.js
|
||||
gcp.js
|
||||
hetzner.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue