We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 136f98d + 3355530 commit f752d07Copy full SHA for f752d07
community/UTAU.gitignore
@@ -0,0 +1,52 @@
1
+# Adobe Audition
2
+*.pkf
3
+
4
+# UTAU Engines
5
+*.ctspec
6
+*.d4c
7
+*.dio
8
+*.frc
9
+*.frt
10
+*.frq
11
+*.harvest
12
+*.lessaudio
13
+*.llsm
14
+*.mrq
15
+*.pitchtier
16
+*.platinum
17
+*.pmk
18
+*.sc.npz
19
+*.star
20
+*.uspec
21
+*.vs4ufrq
22
23
+# UTAU related tools
24
+$read
25
+*.setParam-Scache
26
+*.lbp
27
+*.lbp.caches/*
28
29
+# OpenUtau
30
+errors.txt
31
32
+# Deepvocal
33
+*.DVModel
34
+*-log.txt
35
+SKC
36
+SKI
37
+SKC_1
38
+SKC_2
39
+*.sksd
40
41
+# VocalSharp
42
+*.scep
43
+*.vssf
44
+*.vsdx
45
+*.vsdxindex
46
47
+# Binary Archive
48
+*.7z
49
+*.zip
50
+*.rar
51
+*.exe
52
0 commit comments