Update .gitignore for frontend build artifacts and test CLI frontend

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-26 04:16:37 +00:00
parent d9324c6c9c
commit 51373a4576

9
.gitignore vendored
View File

@@ -236,3 +236,12 @@ frontend/out/
frontend/.turbo/
frontend/.vercel/
frontend/bun.lockb
# Frontends
frontends/*/build/
frontends/nextjs/node_modules/
frontends/nextjs/.next/
frontends/nextjs/out/
frontends/nextjs/.turbo/
frontends/nextjs/.vercel/
frontends/nextjs/bun.lockb