chore: gitignore generated bundled.ts to fix release cycle

This commit is contained in:
2026-04-05 03:54:05 +00:00
parent c384df20ce
commit ad5e0e8a72
2 changed files with 3 additions and 11 deletions

3
.gitignore vendored
View File

@@ -13,5 +13,8 @@ rust/target/
package-lock.json package-lock.json
yarn.lock yarn.lock
# generated bundle (rebuilt on every build, embeds version)
ts_debugserver/bundled.ts
# playwright # playwright
.playwright-mcp/ .playwright-mcp/

File diff suppressed because one or more lines are too long