forked from ikemen-engine/Ikemen-GO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (54 loc) · 762 Bytes
/
.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
# Dependencies
go/*
# Runtime
*.log
*.cmd
*.bat
*.sh
*.png
save/*
Ikemen_GO.exe
Ikemen_GO_Linux
Ikemen_GO_MacOS
Ikemen_GO_x86.exe
Ikemen_GO.command
external/script/.idea/*
# Ikemen_GO-Elecbyte-Screenpack
ScreenpackLicense.txt
chars/*
data/big/*
data/common.snd
data/fight.def
data/fight.sff
data/fight.snd
data/fightfx.air
data/fightfx.sff
data/glyphs.sff
data/gofx*
data/kfm/*
data/mugen1/*
data/select.def
data/system.def
data/system.sff
data/system.snd
data/work/*
font/*
!font/Open_Sans/
!font/debug.def
!font/default-3x5-bold.def
!font/default-3x5-bold.sff
!font/default-3x5.def
!font/default-3x5.sff
stages/*
sound/*
# Temp
src/lua_triggers.go
external/script/wip/*
# IDE Files
.vscode/*
.vs/*
.idea/*
# Binaries
bin/*
# Compilation files
src/*.syso