-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
34 lines (33 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
33
34
################################################################################
# Данный GITIGNORE-файл был автоматически создан Microsoft(R) Visual Studio.
################################################################################
*.suo
*.csproj.user
/PowerLib.System/packages
/PowerLib.System/obj
/PowerLib.System/bin
/PowerLib.System.ComponentModel.DataAnnotations/obj
/PowerLib.System.ComponentModel.DataAnnotations/bin
/PowerLib.System.Data/obj
/PowerLib.System.Data/bin
/PowerLib.System.Data.Linq/obj
/PowerLib.System.Data.Linq/bin
/PowerLib.System.Data.SqlTypes/obj
/PowerLib.System.Data.SqlTypes/bin
/PowerLib.SqlRuntime/obj
/PowerLib.SqlRuntime/bin
/PowerLib.SqlServer/obj
/PowerLib.SqlServer/bin
/PowerLib.SqlClr.Deploy.Utility/obj
/PowerLib.SqlClr.Deploy.Utility/bin
/PowerLib.SqlClr.Deploy/obj
/PowerLib.SqlClr.Deploy/bin
/PowerLib.EntityFramework/obj
/PowerLib.EntityFramework/bin
/packages
/Debug
/Release
/.vs/PowerLib/v15
/PowerLib.SqlServer.Web/bin/Release
/PowerLib.SqlServer.Web/obj/Release
/PowerLib.System.Help