-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
31 lines (30 loc) · 1.08 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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/PerformanceTestConsole.Core/obj
/ProfilingApp.Core/obj
/Simple.Data.Ado.Core/obj
/Simple.Data.Core/.vs/Simple.Data.Core
/Simple.Data.Npgsql.Core/obj
/Simple.Data.Oracle.ManagedDataAccess.Core/Build
/Simple.Data.Oracle.ManagedDataAccess.Core/obj
/Simple.Data.RawSql.Core/obj
/Simple.Data.SqlServer.Core/obj
/PerformanceTestConsole.Core/Debug
/ProfilingApp.Core/Debug
/Simple.Data.Ado.Core/Debug
/Simple.Data.Npgsql.Core/Debug
/Simple.Data.Oracle.ManagedDataAccess.Core/Debug
/Simple.Data.RawSql.Core/Debug
/Simple.Data.SqlServer.Core/Debug
/PerformanceTestConsole.Core/bin/Debug
/PerformanceTestConsole.Core/bin/Release
/ProfilingApp.Core/bin
/Simple.Data.Ado.Core/bin
/Simple.Data.Core/bin
/Simple.Data.Core/obj
/Simple.Data.Npgsql.Core/bin
/Simple.Data.Oracle.ManagedDataAccess.Core/bin
/Simple.Data.RawSql.Core/bin
/Simple.Data.SqlServer.Core/bin