fix: gitignore

This commit is contained in:
Timothy J. Baek 2024-02-24 00:29:03 -08:00
parent 14dd0d11fb
commit 43f9a827d3
2 changed files with 9 additions and 2 deletions

7
backend/.gitignore vendored
View File

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

View File

@ -0,0 +1,4 @@
general_settings: {}
litellm_settings: {}
model_list: []
router_settings: {}