-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
18 lines (17 loc) · 732 Bytes
/
.gitignore
File metadata and controls
18 lines (17 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/O2DESNet.RCQueues/bin/Debug/netstandard2.0
/O2DESNet.RCQueues/obj
/TestProgram/bin/Debug/netcoreapp3.0
/TestProgram/obj
/O2DESNet.RCQueues.UnitTest/bin/Debug/netcoreapp3.0
/O2DESNet.RCQueues.UnitTest/obj
/O2DESNet.RCQueues/bin/Debug
/ConsoleTester/bin/Debug/netcoreapp3.0
/ConsoleTester/obj
/O2DESNet.RCQueues.UnitTest/bin/Debug/netcoreapp2.2
/O2DESNet.RCQueues.UnitTest/bin/Debug/netcoreapp3.1
/O2DESNet.RCQueues/bin/Release
/O2DESNet.RCQueues.UnitTest/bin/Release/netcoreapp3.1