forked from etternagame/etterna
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
86 lines (74 loc) · 1.79 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Common ignore files
.DS_Store
.vscode
.vs
.idea
/[Bb]uild
# Ignore executables (Linux, macOS, Windows)
/Etterna
/Etterna-debug
/Etterna-MinSizeRelease
/Etterna-RelWithDebInfo
/*.app
/*.exe
# Etterna Related Ignore
/Cache/
/Logs/
/Program/
/Save/
/Screenshots/
/Songs/
# Misc Ignores
/CrashData
/Program/CrashData
/crashinfo.txt
/nowplaying.txt
## Specific Ignores (To allow playing on development builds)
# Some not included here because pending removal or not frequently changing (user assets)
/Announcers/*
!/Announcers/instructions.txt
/Assets/Avatars/*
!/Assets/Avatars/_fallback.png
!/Assets/Avatars/Divide By Zero.png
!/Assets/Avatars/Take Control.png
!/Assets/Avatars/takemetothepromisedland.png
/Assets/Judgments/*
!/Assets/Judgments/default 1x6 (Doubleres).png
!/Assets/Judgments/Judgment Normal 2x6 (Doubleres).png
/Assets/Toasties/*
!/Assets/Toasties/default/
!/Assets/Toasties/legacy/
/NoteSkins/*
!/NoteSkins/instructions.txt
!/NoteSkins/beat/default/
!/NoteSkins/common/
!/NoteSkins/dance/default/
!/NoteSkins/dance/DivideByInf/
!/NoteSkins/dance/DivideByZero_halved/
!/NoteSkins/dance/DivideByZero_semihalved/
!/NoteSkins/dance/DivideByZeroHollow/
!/NoteSkins/dance/MultiplyByZero/
!/NoteSkins/dance/MultiplyByZeroDoubleRes/
!/NoteSkins/dance/SubtractByZero/
!/NoteSkins/kb7/default/
!/NoteSkins/kb7/orbital/
!/NoteSkins/kb7/retrobar/
!/NoteSkins/kb7/retrobar-iidx/
!/NoteSkins/kb7/retrobar-o2jam/
!/NoteSkins/kb7/retrobar-razor/
!/NoteSkins/kb7/retrobar-razor_o2/
!/NoteSkins/pump/cmd/
!/NoteSkins/pump/complex/
!/NoteSkins/pump/default/
!/NoteSkins/pump/delta/
!/NoteSkins/pump/delta-note/
!/NoteSkins/pump/frame5p/
!/NoteSkins/pump/newextra/
!/NoteSkins/pump/pad/
!/NoteSkins/pump/rhythm/
!/NoteSkins/pump/simple/
/Themes/*
!/Themes/_fallback/
!/Themes/Til Death
!/Themes/bare-frames
!/Themes/Rebirth