diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ /target/ /logs/ -# Enlaces a los pesos, que se recrean con scripts/bootstrap.sh +# Links to the weights, recreated by scripts/bootstrap.sh /models/* !/models/.gitkeep + +# Cloned voices: they are someone's voice, so they stay local. +# Create one with scripts/clone-voice.sh. +/assets/voices/ |