mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
chore: add Next.js static export output to .gitignore
Add litellm/proxy/_experimental/out/ to .gitignore to exclude Next.js static export build artifacts from version control. This directory contains generated HTML, JS, and CSS files that are regenerated on each build and should not be committed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f5ed7826a4
commit
1d265bce0d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -42,6 +42,7 @@ litellm/proxy/tests/package.json
|
|||
litellm/proxy/tests/package-lock.json
|
||||
ui/litellm-dashboard/.next
|
||||
ui/litellm-dashboard/node_modules
|
||||
litellm/proxy/_experimental/out/
|
||||
ui/litellm-dashboard/next-env.d.ts
|
||||
ui/litellm-dashboard/package.json
|
||||
ui/litellm-dashboard/package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue