mirror of https://github.com/coqui-ai/TTS.git
Update .gitignore
parent
5c5ddd2ba7
commit
55ce7f0df1
|
@ -128,6 +128,8 @@ core
|
||||||
recipes/WIP/*
|
recipes/WIP/*
|
||||||
recipes/ljspeech/LJSpeech-1.1/*
|
recipes/ljspeech/LJSpeech-1.1/*
|
||||||
recipes/vctk/VCTK/*
|
recipes/vctk/VCTK/*
|
||||||
|
recipes/**/*.npy
|
||||||
|
recipes/**/*.json
|
||||||
VCTK-Corpus-removed-silence/*
|
VCTK-Corpus-removed-silence/*
|
||||||
|
|
||||||
# ignore training logs
|
# ignore training logs
|
||||||
|
@ -162,3 +164,4 @@ internal/*
|
||||||
*_pitch.npy
|
*_pitch.npy
|
||||||
*_phoneme.npy
|
*_phoneme.npy
|
||||||
wandb
|
wandb
|
||||||
|
depot/*
|
Loading…
Reference in New Issue