mirror of https://github.com/coqui-ai/TTS.git
Update .gitignore
This commit is contained in:
parent
9e483fb4f0
commit
d9c291b06c
|
@ -124,6 +124,15 @@ version.py
|
||||||
# jupyter dummy files
|
# jupyter dummy files
|
||||||
core
|
core
|
||||||
|
|
||||||
|
# ignore local datasets
|
||||||
|
recipes/WIP/*
|
||||||
|
recipes/ljspeech/LJSpeech-1.1/*
|
||||||
|
recipes/vctk/VCTK/*
|
||||||
|
VCTK-Corpus-removed-silence/*
|
||||||
|
|
||||||
|
# ignore training logs
|
||||||
|
trainer_*_log.txt
|
||||||
|
|
||||||
# files used internally fro dev, test etc.
|
# files used internally fro dev, test etc.
|
||||||
tests/outputs/*
|
tests/outputs/*
|
||||||
tests/train_outputs/*
|
tests/train_outputs/*
|
||||||
|
@ -134,9 +143,6 @@ notebooks/data/*
|
||||||
TTS/tts/layers/glow_tts/monotonic_align/core.c
|
TTS/tts/layers/glow_tts/monotonic_align/core.c
|
||||||
.vscode-upload.json
|
.vscode-upload.json
|
||||||
temp_build/*
|
temp_build/*
|
||||||
recipes/WIP/*
|
|
||||||
recipes/ljspeech/LJSpeech-1.1/*
|
|
||||||
recipes/ljspeech/tacotron2-DDC/LJSpeech-1.1/*
|
|
||||||
events.out*
|
events.out*
|
||||||
old_configs/*
|
old_configs/*
|
||||||
model_importers/*
|
model_importers/*
|
||||||
|
|
Loading…
Reference in New Issue