mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Add .gitignore
This commit is contained in:
parent
08805b3374
commit
5fb99371ba
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
cache/*
|
||||||
|
characters/*
|
||||||
|
extensions/silero_tts/outputs/*
|
||||||
|
logs/*
|
||||||
|
models/*
|
||||||
|
softprompts/*
|
||||||
|
torch-dumps/*
|
||||||
|
*pycache*
|
||||||
|
*/*pycache*
|
||||||
|
*/*/pycache*
|
||||||
|
|
||||||
|
settings.json
|
||||||
|
img_bot*
|
||||||
|
img_me*
|
||||||
|
|
||||||
|
!characters/Example.json
|
||||||
|
!characters/Example.png
|
||||||
|
!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