Update .gitignore

This commit is contained in:
Eren Gölge 2021-12-22 15:53:44 +00:00
parent 5c5ddd2ba7
commit 55ce7f0df1
1 changed files with 4 additions and 1 deletions

5
.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
@ -161,4 +163,5 @@ speakers.json
internal/* internal/*
*_pitch.npy *_pitch.npy
*_phoneme.npy *_phoneme.npy
wandb wandb
depot/*