mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Merge pull request #565 from mcmonkey4eva/improve-gitignore
improve/simplify gitignore
This commit is contained in:
commit
8222d32240
29
.gitignore
vendored
29
.gitignore
vendored
@ -1,26 +1,21 @@
|
|||||||
cache/*
|
cache
|
||||||
characters/*
|
characters
|
||||||
extensions/silero_tts/outputs/*
|
training/datasets
|
||||||
extensions/elevenlabs_tts/outputs/*
|
extensions/silero_tts/outputs
|
||||||
extensions/sd_api_pictures/outputs/*
|
extensions/elevenlabs_tts/outputs
|
||||||
logs/*
|
extensions/sd_api_pictures/outputs
|
||||||
loras/*
|
logs
|
||||||
models/*
|
loras
|
||||||
softprompts/*
|
models
|
||||||
torch-dumps/*
|
softprompts
|
||||||
|
torch-dumps
|
||||||
*pycache*
|
*pycache*
|
||||||
*/*pycache*
|
*/*pycache*
|
||||||
*/*/pycache*
|
*/*/pycache*
|
||||||
venv/
|
venv/
|
||||||
.venv/
|
.venv/
|
||||||
|
repositories
|
||||||
|
|
||||||
settings.json
|
settings.json
|
||||||
img_bot*
|
img_bot*
|
||||||
img_me*
|
img_me*
|
||||||
|
|
||||||
!characters/Example.json
|
|
||||||
!characters/Example.png
|
|
||||||
!loras/place-your-loras-here.txt
|
|
||||||
!models/place-your-models-here.txt
|
|
||||||
!softprompts/place-your-softprompts-here.txt
|
|
||||||
!torch-dumps/place-your-pt-models-here.txt
|
|
||||||
|
Loading…
Reference in New Issue
Block a user