forked from beetlex-io/BeetleX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (69 loc) · 1.59 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
.vs/BeetleX/DesignTimeBuild/.dtbcache
Chat.Client/bin/
Chat.Client/obj/
Chat.Server/bin/
Chat.Server/obj/
Echo.Client/bin/
Echo.Client/obj/
Echo.Server/bin/
Echo.Server/obj/
IMessage.Client/bin/
IMessage.Client/obj/
IMessage.Server/bin/
IMessage.Server/obj/
Json.Client/bin/
Json.Client/obj/
Json.Message/bin/
Json.Message/obj/
Json.Server/bin/
Json.Server/obj/
Protobuf.Client/bin/
Protobuf.Client/obj/
Protobuf.Messages/bin/
Protobuf.Messages/obj/
Protobuf.Server/bin/
Protobuf.Server/obj/
packages/
src/BeetleX/bin/
src/BeetleX/obj/
src/BeetleX/Properties/PublishProfiles/
.vs/BeetleX/v15/Server/
MagPack.Messages/bin/
MagPack.Messages/obj/
MsgPack.Client/bin/
MsgPack.Client/obj/
MsgPack.Server/bin/
MsgPack.Server/obj/
samples/Chat.Client/bin/
samples/Chat.Client/obj/
samples/Chat.Server/bin/
samples/Chat.Server/obj/
samples/Echo.Client/bin/
samples/Echo.Client/obj/
samples/Echo.Server/bin/
samples/Echo.Server/obj/
samples/IMessage.Client/bin/
samples/IMessage.Client/obj/
samples/IMessage.Server/bin/
samples/IMessage.Server/obj/
samples/Json.Client/bin/
samples/Json.Client/obj/
samples/Json.Message/bin/
samples/Json.Message/obj/
samples/Json.Server/bin/
samples/Json.Server/obj/
samples/MagPack.Messages/bin/
samples/MagPack.Messages/obj/
samples/MsgPack.Client/bin/
samples/MsgPack.Client/obj/
samples/MsgPack.Server/bin/
samples/MsgPack.Server/obj/
samples/Protobuf.Client/bin/
samples/Protobuf.Client/obj/
samples/Protobuf.Messages/bin/
samples/Protobuf.Messages/obj/
samples/Protobuf.Server/bin/
samples/Protobuf.Server/obj/
samples/Http.Server/Properties/
samples/Http.Server/bin/
samples/Http.Server/obj/