Skip to content

Commit c4c5b3a

Browse files
authoredJan 18, 2025
Merge pull request #7849 from BerriAI/litellm_gitignore_ui
Remove UI build output
2 parents 1bea338 + eb91ceb commit c4c5b3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3
-71
lines changed
 

‎.gitignore

+3-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ proxy_server_config_@.yaml
3535
proxy_server_config_2.yaml
3636
litellm/proxy/secret_managers/credentials.json
3737
hosted_config.yaml
38-
litellm/proxy/tests/node_modules
3938
litellm/proxy/tests/package.json
4039
litellm/proxy/tests/package-lock.json
4140
ui/litellm-dashboard/.next
42-
ui/litellm-dashboard/node_modules
4341
ui/litellm-dashboard/next-env.d.ts
4442
ui/litellm-dashboard/package.json
4543
ui/litellm-dashboard/package-lock.json
@@ -48,7 +46,7 @@ deploy/charts/litellm/charts/*
4846
deploy/charts/*.tgz
4947
litellm/proxy/vertex_key.json
5048
**/.vim/
51-
/node_modules
49+
**/node_modules
5250
kub.yaml
5351
loadtest_kub.yaml
5452
litellm/proxy/_new_secret_config.yaml
@@ -68,5 +66,5 @@ litellm/proxy/google-cloud-sdk/*
6866
tests/llm_translation/log.txt
6967
venv/
7068
tests/local_testing/log.txt
71-
72-
.codegpt
69+
.codegpt
70+
**/out

‎ui/litellm-dashboard/out/404.html

-1
This file was deleted.

0 commit comments

Comments
 (0)