-
Notifications
You must be signed in to change notification settings - Fork 83k
Add UTAU.gitignore #4654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add UTAU.gitignore #4654
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! I'm not familiar with UTAU, but from the documentation you linked most of this looks good to me. Since the template is in the community directory, I'm comfortable with what we have here under the assumption that others can contribute should anything be unreasonable.
Just a couple small changes I'd like to see before this is ready to merge 😄
Co-authored-by: Devin Dooley <dooleydevin@github.com>
Co-authored-by: Devin Dooley <dooleydevin@github.com>
Co-authored-by: Devin Dooley <dooleydevin@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution!
Reasons for making this change
UTAU is a singing voice synthesizer. A UTAU voicebank containes audio files (.wav)、voicebank configurations (oto.ini, presamp.ini, character.txt, prefix.map, etc.). When developing UTAU voicebanks on Github, compiled data files (llsm, frq, mrq, etc.) will be generated. We don't want these compiled data files to be uploaded to Github, because they are large and they can be regenerated using the wav files.
Links to documentation supporting these rule changes
This .gitignore file includes file formats generated and used by various community tools, so there isn't a simple documentation that covers them all.
.ctspec
,.dio
,.d4c
.frc
.frq
,.uspec
,$read
.lessaudio
.llsm
,.mrq
.pmk
,.star
,.platinum
.vs4ufrq
.sc.npz
*.setParam-Scache
,*.lbp
,*.lbp.caches/*
.errors.txt
*.DVModel
,*-log.txt
,SKC
,SKI
,SKC_1
,SKC_2
,*.sksd
.pkf
https://gitee.com/functioner/qfrqeditor describes some of these formats.
An example repo: https://github.com/oxygen-dioxide/hitsuboku-kumi-chn/blob/main/.gitignore
If this is a new template
Link to application or project’s homepage: https://utau2008.xrea.jp/
Merge and Approval Steps