From 3d9c4cbcb7b6c10d78e6550a559d74ebf9417eb4 Mon Sep 17 00:00:00 2001 From: Tin Chi Lo Date: Wed, 10 Jun 2026 12:00:35 -0700 Subject: [PATCH] chore: gitignore ui/litellm-dashboard/out (Next.js build output) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 572830d35f6..dbe8b57e6ff 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ litellm/proxy/tests/node_modules litellm/proxy/tests/package.json litellm/proxy/tests/package-lock.json ui/litellm-dashboard/.next +ui/litellm-dashboard/out ui/litellm-dashboard/node_modules ui/litellm-dashboard/next-env.d.ts ui/litellm-dashboard/package.json