mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
chore: fix malformed .gitignore entry
The previous line concatenated `.vscode` and the dashboard's `tsconfig.tsbuildinfo` path on a single line, so neither was actually being ignored. Split them back into two entries.
This commit is contained in:
parent
0e478ed03c
commit
ddd9839ecf
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -120,4 +120,5 @@ crash.log
|
|||
crash.*.log
|
||||
# .terraform.lock.hcl is intentionally NOT ignored — it pins provider versions
|
||||
# and should be committed.
|
||||
.vscodeui/litellm-dashboard/tsconfig.tsbuildinfo
|
||||
.vscode
|
||||
ui/litellm-dashboard/tsconfig.tsbuildinfo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue