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:
Claude 2026-05-21 03:06:34 +00:00
parent 0e478ed03c
commit ddd9839ecf
No known key found for this signature in database

3
.gitignore vendored
View file

@ -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