mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
improve/simplify gitignore
- add repositories - remove the redundant "/*" on folders - remove the exclusions for files that already exist
This commit is contained in:
parent
8c8e8b4450
commit
9ccf505ccd
28
.gitignore
vendored
28
.gitignore
vendored
@ -1,26 +1,20 @@
|
||||
cache/*
|
||||
characters/*
|
||||
extensions/silero_tts/outputs/*
|
||||
extensions/elevenlabs_tts/outputs/*
|
||||
extensions/sd_api_pictures/outputs/*
|
||||
logs/*
|
||||
loras/*
|
||||
models/*
|
||||
softprompts/*
|
||||
torch-dumps/*
|
||||
cache
|
||||
characters
|
||||
extensions/silero_tts/outputs
|
||||
extensions/elevenlabs_tts/outputs
|
||||
extensions/sd_api_pictures/outputs
|
||||
logs
|
||||
loras
|
||||
models
|
||||
softprompts
|
||||
torch-dumps
|
||||
*pycache*
|
||||
*/*pycache*
|
||||
*/*/pycache*
|
||||
venv/
|
||||
.venv/
|
||||
repositories
|
||||
|
||||
settings.json
|
||||
img_bot*
|
||||
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