Update .gitignore

pull/1032/head
Eren Gölge 2021-12-22 15:53:44 +00:00
parent 5c5ddd2ba7
commit 55ce7f0df1
1 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -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/*