-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
47 lines (47 loc) · 1.11 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
doc/_book
doc/assets
doc/node_modules
.idea
.vscode
*.iml
*.class
gamex/confd
gamex/gamex
gamex/*.log
tools/data
tools/redis-init.info
tools/tools
x/auth/auth
x/auth/*.log
x/gm_tools/data2.db
x/gm_tools/gm_tools
x/redis_storage/redis_storage
dump.rdb
x/gm_tools/public/node_modules
examples/paydbdumper/2013_12_02_paydb.csv
examples/paydbdumper/2013_12_02_paydb_1.csv
examples/paydbdumper/bdc.out
examples/paydbdumper/hdc.out
examples/paydbdumper/out.android.log
examples/paydbdumper/paydb2log_bdc
examples/paydbdumper/paydb2log_hdc
gamex/default.etcd/member/snap/db
gamex/default.etcd/member/wal/0.tmp
gamex/default.etcd/member/wal/0000000000000000-0000000000000000.wal
gamex/log/gamex-err.log
gamex/log/gamex.log
x/auth/pprof
gamex/debugtest
gamex/leaktest
x/getback_guild_lost_item/lost_invertory.txt
x/getback_guild_lost_item/main
x/getback_guild_lost_item/get240/get240
x/getback_guild_lost_item/get240/lost_invertory.txt
x/getback_guild_lost_item/save310/lost_invertory.txt
x/getback_guild_lost_item/save310/save310
platform/x/gm_tools/public/node_modules
Examples/auto_config_loader
*.log
platform/x/ticonfig/protogen
bin/**
RUNNING