forked from open-webui/open-webui
fix: gitignore
This commit is contained in:
parent
14dd0d11fb
commit
43f9a827d3
2 changed files with 9 additions and 2 deletions
7
backend/.gitignore
vendored
7
backend/.gitignore
vendored
|
@ -6,8 +6,11 @@ uploads
|
|||
*.db
|
||||
_test
|
||||
Pipfile
|
||||
data/*
|
||||
!data/config.json
|
||||
!/data
|
||||
/data/*
|
||||
!/data/litellm
|
||||
/data/litellm/*
|
||||
!data/litellm/config.yaml
|
||||
|
||||
!data/config.json
|
||||
.webui_secret_key
|
Loading…
Add table
Add a link
Reference in a new issue