forked from VargaJoe/SenseNet-Project-Installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
171 lines (171 loc) · 9.36 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
src/Source/WebSite/run/System.Web.WebPages.xml
src/Source/WebSite/run/System.Web.WebPages.Razor.xml
src/Source/WebSite/run/System.Web.WebPages.Deployment.xml
src/Source/WebSite/run/System.Web.Razor.xml
src/Source/WebSite/run/System.Web.Providers.xml
src/Source/WebSite/run/System.Web.Optimization.xml
src/Source/WebSite/run/System.Web.Helpers.xml
src/Source/WebSite/run/System.IdentityModel.Tokens.Jwt.xml
src/Source/WebSite/run/SnAdminRuntime.exe.config
src/Source/WebSite/run/SenseNet.Tools.xml
src/Source/WebSite/run/SenseNet.TaskManagement.Core.xml
src/Source/WebSite/run/SenseNet.Security.xml
src/Source/WebSite/run/SenseNet.Security.Messaging.Msmq.xml
src/Source/WebSite/run/SenseNet.Security.EF6SecurityStore.xml
src/Source/WebSite/run/Project.dll.config
src/Source/WebSite/run/Newtonsoft.Json.xml
src/Source/WebSite/run/Microsoft.Practices.EnterpriseLibrary.Logging.xml
src/Source/WebSite/run/Microsoft.Practices.EnterpriseLibrary.Logging.Database.xml
src/Source/WebSite/run/Microsoft.Practices.EnterpriseLibrary.Data.xml
src/Source/WebSite/run/Microsoft.Practices.EnterpriseLibrary.Common.xml
src/Source/WebSite/run/Microsoft.Owin.xml
src/Source/WebSite/run/Microsoft.Owin.Security.xml
src/Source/WebSite/run/Microsoft.Owin.Security.Twitter.xml
src/Source/WebSite/run/Microsoft.Owin.Security.OAuth.xml
src/Source/WebSite/run/Microsoft.Owin.Security.MicrosoftAccount.xml
src/Source/WebSite/run/Microsoft.Owin.Security.Google.xml
src/Source/WebSite/run/Microsoft.Owin.Security.Facebook.xml
src/Source/WebSite/run/Microsoft.Owin.Security.Cookies.xml
src/Source/WebSite/run/Microsoft.Owin.Host.SystemWeb.xml
src/Source/WebSite/run/Microsoft.IdentityModel.Tokens.xml
src/Source/WebSite/run/Microsoft.IdentityModel.Logging.xml
src/Source/WebSite/run/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
src/Source/WebSite/run/Microsoft.AspNet.Identity.Owin.xml
src/Source/WebSite/run/Microsoft.AspNet.Identity.EntityFramework.xml
src/Source/WebSite/run/Microsoft.AspNet.Identity.Core.xml
src/Source/WebSite/run/Microsoft.AspNet.FriendlyUrls.xml
src/Source/WebSite/run/Microsoft.ApplicationInsights.xml
src/Source/WebSite/run/Microsoft.AI.WindowsServer.xml
src/Source/WebSite/run/Microsoft.AI.Web.xml
src/Source/WebSite/run/Microsoft.AI.ServerTelemetryChannel.xml
src/Source/WebSite/run/Microsoft.AI.DependencyCollector.xml
src/Source/WebSite/run/Lucene.Net.xml
src/Source/WebSite/run/EntityFramework.xml
src/Source/WebSite/run/EntityFramework.SqlServer.xml
src/Source/WebSite/run/.gitignore
src/Source/WebSite/obj/Debug/WebSite.csproj.FileListAbsolute.txt
src/Source/WebSite/obj/Debug/WebSite.csproj.CopyComplete
src/Source/WebSite/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
src/Source/WebSite/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
src/Source/WebSite/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
src/Source/WebSite/bin/roslyn/vbc.exe.config
src/Source/WebSite/bin/roslyn/csi.exe.config
src/Source/WebSite/bin/roslyn/csc.exe.config
src/Source/WebSite/bin/roslyn/VBCSCompiler.exe.config
src/Source/WebSite/bin/roslyn/Microsoft.VisualBasic.Core.targets
src/Source/WebSite/bin/roslyn/Microsoft.CSharp.Core.targets
src/Source/WebSite/bin/System.Web.WebPages.xml
src/Source/WebSite/bin/System.Web.WebPages.Razor.xml
src/Source/WebSite/bin/System.Web.WebPages.Deployment.xml
src/Source/WebSite/bin/System.Web.Razor.xml
src/Source/WebSite/bin/System.Web.Providers.xml
src/Source/WebSite/bin/System.Web.Optimization.xml
src/Source/WebSite/bin/System.Web.Helpers.xml
src/Source/WebSite/bin/System.IdentityModel.Tokens.Jwt.xml
src/Source/WebSite/bin/SenseNet.Tools.xml
src/Source/WebSite/bin/SenseNet.TaskManagement.Core.xml
src/Source/WebSite/bin/SenseNet.Security.xml
src/Source/WebSite/bin/SenseNet.Security.Messaging.Msmq.xml
src/Source/WebSite/bin/SenseNet.Security.EF6SecurityStore.xml
src/Source/WebSite/bin/Project.dll.config
src/Source/WebSite/bin/Newtonsoft.Json.xml
src/Source/WebSite/bin/Microsoft.Practices.EnterpriseLibrary.Logging.xml
src/Source/WebSite/bin/Microsoft.Practices.EnterpriseLibrary.Logging.Database.xml
src/Source/WebSite/bin/Microsoft.Practices.EnterpriseLibrary.Data.xml
src/Source/WebSite/bin/Microsoft.Practices.EnterpriseLibrary.Common.xml
src/Source/WebSite/bin/Microsoft.Owin.xml
src/Source/WebSite/bin/Microsoft.Owin.Security.xml
src/Source/WebSite/bin/Microsoft.Owin.Security.Twitter.xml
src/Source/WebSite/bin/Microsoft.Owin.Security.OAuth.xml
src/Source/WebSite/bin/Microsoft.Owin.Security.MicrosoftAccount.xml
src/Source/WebSite/bin/Microsoft.Owin.Security.Google.xml
src/Source/WebSite/bin/Microsoft.Owin.Security.Facebook.xml
src/Source/WebSite/bin/Microsoft.Owin.Security.Cookies.xml
src/Source/WebSite/bin/Microsoft.Owin.Host.SystemWeb.xml
src/Source/WebSite/bin/Microsoft.IdentityModel.Tokens.xml
src/Source/WebSite/bin/Microsoft.IdentityModel.Logging.xml
src/Source/WebSite/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
src/Source/WebSite/bin/Microsoft.AspNet.Identity.Owin.xml
src/Source/WebSite/bin/Microsoft.AspNet.Identity.EntityFramework.xml
src/Source/WebSite/bin/Microsoft.AspNet.Identity.Core.xml
src/Source/WebSite/bin/Microsoft.AspNet.FriendlyUrls.xml
src/Source/WebSite/bin/Microsoft.ApplicationInsights.xml
src/Source/WebSite/bin/Microsoft.AI.WindowsServer.xml
src/Source/WebSite/bin/Microsoft.AI.Web.xml
src/Source/WebSite/bin/Microsoft.AI.ServerTelemetryChannel.xml
src/Source/WebSite/bin/Microsoft.AI.DependencyCollector.xml
src/Source/WebSite/bin/Lucene.Net.xml
src/Source/WebSite/bin/EntityFramework.xml
src/Source/WebSite/bin/EntityFramework.SqlServer.xml
src/Source/WebSite/bin/.gitignore
src/Source/WebSite/App_Data/LuceneIndex/0/segments_61
src/Source/WebSite/App_Data/LuceneIndex/0/segments.gen
src/Source/WebSite/App_Data/LuceneIndex/0/_80.cfs
src/Source/WebSite/App_Data/LuceneIndex/0/_7z_1.del
src/Source/WebSite/App_Data/LuceneIndex/0/_7z.cfs
src/Source/WebSite/App_Data/LuceneIndex/0/_7y_3.del
src/Source/WebSite/App_Data/LuceneIndex/0/_7y.cfs
src/Source/WebSite/App_Data/LuceneIndex/0/_7x_2.del
src/Source/WebSite/App_Data/LuceneIndex/0/_7x.tis
src/Source/WebSite/App_Data/LuceneIndex/0/_7x.tii
src/Source/WebSite/App_Data/LuceneIndex/0/_7x.prx
src/Source/WebSite/App_Data/LuceneIndex/0/_7x.nrm
src/Source/WebSite/App_Data/LuceneIndex/0/_7x.frq
src/Source/WebSite/App_Data/LuceneIndex/0/_7x.fnm
src/Source/WebSite/App_Data/LuceneIndex/0/_7x.fdx
src/Source/WebSite/App_Data/LuceneIndex/0/_7x.fdt
src/Source/WebSite/App_Data/LuceneIndex/0/RestoreInfo.xml
src/Source/WebSite/App_Data/.gitignore
src/Source/WebSite/Admin/run/System.Web.WebPages.xml
src/Source/WebSite/Admin/run/System.Web.WebPages.Razor.xml
src/Source/WebSite/Admin/run/System.Web.WebPages.Deployment.xml
src/Source/WebSite/Admin/run/System.Web.Razor.xml
src/Source/WebSite/Admin/run/System.Web.Providers.xml
src/Source/WebSite/Admin/run/System.Web.Optimization.xml
src/Source/WebSite/Admin/run/System.Web.Helpers.xml
src/Source/WebSite/Admin/run/System.IdentityModel.Tokens.Jwt.xml
src/Source/WebSite/Admin/run/SnAdminRuntime.exe.config
src/Source/WebSite/Admin/run/SenseNet.Tools.xml
src/Source/WebSite/Admin/run/SenseNet.TaskManagement.Core.xml
src/Source/WebSite/Admin/run/SenseNet.Security.xml
src/Source/WebSite/Admin/run/SenseNet.Security.Messaging.Msmq.xml
src/Source/WebSite/Admin/run/SenseNet.Security.EF6SecurityStore.xml
src/Source/WebSite/Admin/run/Project.dll.config
src/Source/WebSite/Admin/run/Newtonsoft.Json.xml
src/Source/WebSite/Admin/run/Microsoft.Practices.EnterpriseLibrary.Logging.xml
src/Source/WebSite/Admin/run/Microsoft.Practices.EnterpriseLibrary.Logging.Database.xml
src/Source/WebSite/Admin/run/Microsoft.Practices.EnterpriseLibrary.Data.xml
src/Source/WebSite/Admin/run/Microsoft.Practices.EnterpriseLibrary.Common.xml
src/Source/WebSite/Admin/run/Microsoft.Owin.xml
src/Source/WebSite/Admin/run/Microsoft.Owin.Security.xml
src/Source/WebSite/Admin/run/Microsoft.Owin.Security.Twitter.xml
src/Source/WebSite/Admin/run/Microsoft.Owin.Security.OAuth.xml
src/Source/WebSite/Admin/run/Microsoft.Owin.Security.MicrosoftAccount.xml
src/Source/WebSite/Admin/run/Microsoft.Owin.Security.Google.xml
src/Source/WebSite/Admin/run/Microsoft.Owin.Security.Facebook.xml
src/Source/WebSite/Admin/run/Microsoft.Owin.Security.Cookies.xml
src/Source/WebSite/Admin/run/Microsoft.Owin.Host.SystemWeb.xml
src/Source/WebSite/Admin/run/Microsoft.IdentityModel.Tokens.xml
src/Source/WebSite/Admin/run/Microsoft.IdentityModel.Logging.xml
src/Source/WebSite/Admin/run/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
src/Source/WebSite/Admin/run/Microsoft.AspNet.Identity.Owin.xml
src/Source/WebSite/Admin/run/Microsoft.AspNet.Identity.EntityFramework.xml
src/Source/WebSite/Admin/run/Microsoft.AspNet.Identity.Core.xml
src/Source/WebSite/Admin/run/Microsoft.AspNet.FriendlyUrls.xml
src/Source/WebSite/Admin/run/Microsoft.ApplicationInsights.xml
src/Source/WebSite/Admin/run/Microsoft.AI.WindowsServer.xml
src/Source/WebSite/Admin/run/Microsoft.AI.Web.xml
src/Source/WebSite/Admin/run/Microsoft.AI.ServerTelemetryChannel.xml
src/Source/WebSite/Admin/run/Microsoft.AI.DependencyCollector.xml
src/Source/WebSite/Admin/run/Lucene.Net.xml
src/Source/WebSite/Admin/run/EntityFramework.xml
src/Source/WebSite/Admin/run/EntityFramework.SqlServer.xml
src/Source/WebSite/Admin/run/.gitignore
src/Source/WebSite/Admin/log
src/Source/WebSite/Admin/App_Data
src/Deployment/Tools/CTT/ctt.exe.config
src/Deployment/Tools/7zip/license.txt
src/Deployment/Tools/7zip/history.txt
src/Deployment/Scripts/test.json
src/Deployment/Packages/
src/Source/