From c15f3559ca7051e6ce75a153a43bcfb21c78c4c8 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 27 Jan 2024 17:32:30 -0800 Subject: [PATCH] (chore) gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 77ee0fbef..863e9c641 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,8 @@ hosted_config.yaml litellm/proxy/tests/node_modules litellm/proxy/tests/package.json litellm/proxy/tests/package-lock.json +ui/litellm-dashboard/.next +ui/litellm-dashboard/node_modules +ui/litellm-dashboard/next-env.d.ts +ui/litellm-dashboard/package.json +ui/litellm-dashboard/package-lock.json \ No newline at end of file