-
-
Notifications
You must be signed in to change notification settings - Fork 199
/
.gitignore
19 lines (18 loc) · 901 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/client/.vs/DemoMongoCluster
/client/DemoMongoClusterReader/bin/Debug/netcoreapp2.2
/client/DemoMongoClusterReader/obj
/client/DemoMongoClusterWriter/bin/Debug/netcoreapp2.2
/client/DemoMongoClusterWriter/obj
/client/MongoCluster.Messages/bin/Debug/netstandard2.0
/client/MongoCluster.Messages/obj
/client/DemoMongoClusterReader/bin/Release/netcoreapp2.2
/client/DemoMongoClusterWriter/bin/Release/netcoreapp2.2
/client/MongoCluster.Messages/bin/Release/netstandard2.0
/client/.vs/ProjectEvaluation
/client/DemoMongoClusterReader/bin/Debug/net5.0
/client/DemoMongoClusterWriter/bin/Debug/net5.0
/client/MongoCluster.Messages/bin/Debug/netstandard2.1
docs