-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
32 lines (32 loc) · 1.05 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
Single.File.Publish/.vs/
Single.File.Publish/src/ChatClient/bin/
Single.File.Publish/src/ChatClient/obj/
Single.File.Publish/src/ChatMessages/bin/
Single.File.Publish/src/ChatMessages/obj/
Single.File.Publish/src/ChatServer/bin/
Single.File.Publish/src/ChatServer/obj/
.vs/
Distributed.PubSub/obj/
Simple.Cluster/bin/
Simple.Cluster/obj/
Persistence/Azure/obj/
Persistence/Azure/bin/
.idea/
Distributed.PubSub/PubSub.Client/bin/
Distributed.PubSub/PubSub.Client/obj/
Distributed.PubSub/PubSub.Messages/bin/
Distributed.PubSub/PubSub.Messages/obj/
Distributed.PubSub/PubSub.Server/bin/
Distributed.PubSub/PubSub.Server/obj/
Simple.Cluster.Sharding/ClusterSharding.Node/bin/
Simple.Cluster.Sharding/ClusterSharding.Node/obj/
Simple.Cluster.Sharding/ShardingNode/obj/
Simple.Cluster.Sharding/SharedLibrary/obj/
Akka.Hosting/HostedService/bin/
Akka.Hosting/HostedService/obj/
ClusterClient/Sample.Cluster/bin/
ClusterClient/Sample.Cluster/obj/
ClusterClient/Sample.Shared/bin/
ClusterClient/Sample.Shared/obj/
ClusterClient/Sample.Client/bin/
ClusterClient/Sample.Client/obj/