Skip to content

Commit db53485

Browse files
committed
Removed some output files
Change to index.html style of view rather than MVC
1 parent 17f612e commit db53485

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+533
-1249
lines changed

skeleton-es2016-asp.net5/src/skeleton-navigation-es2016-vs/bower.json

-10
This file was deleted.

skeleton-es2016-asp.net5/src/skeleton-navigation-es2016-vs/skeleton-navigation-es2016-vs.xproj

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<SchemaVersion>2.0</SchemaVersion>
1616
</PropertyGroup>
1717
<ItemGroup>
18-
<DnxInvisibleContent Include="bower.json" />
19-
<DnxInvisibleContent Include=".bowerrc" />
2018
<DnxInvisibleContent Include="package.json" />
2119
</ItemGroup>
2220
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />

skeleton-es2016-aspnetcore/skeleton-es2016-aspnetcore.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2020AC68-78E
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7C5F4AE-7354-4122-89A5-2E1ADF8ADC10}"
99
ProjectSection(SolutionItems) = preProject
10-
.gitignore = .gitignore
10+
src\skeleton-navigation-es2016-vs\.gitignore = src\skeleton-navigation-es2016-vs\.gitignore
1111
global.json = global.json
1212
EndProjectSection
1313
EndProject

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/.bowerrc

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,237 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.userosscache
8+
*.sln.docstates
9+
10+
# User-specific files (MonoDevelop/Xamarin Studio)
11+
*.userprefs
12+
13+
# Build results
14+
[Dd]ebug/
15+
[Dd]ebugPublic/
16+
[Rr]elease/
17+
[Rr]eleases/
18+
x64/
19+
x86/
20+
bld/
21+
[Bb]in/
22+
[Oo]bj/
23+
24+
# Visual Studio 2015 cache/options directory
25+
.vs/
26+
# Uncomment if you have tasks that create the project's static files in wwwroot
27+
#wwwroot/
28+
29+
# MSTest test Results
30+
[Tt]est[Rr]esult*/
31+
[Bb]uild[Ll]og.*
32+
33+
# NUNIT
34+
*.VisualState.xml
35+
TestResult.xml
36+
37+
# Build Results of an ATL Project
38+
[Dd]ebugPS/
39+
[Rr]eleasePS/
40+
dlldata.c
41+
42+
# DNX
43+
project.lock.json
44+
artifacts/
45+
46+
*_i.c
47+
*_p.c
48+
*_i.h
49+
*.ilk
50+
*.meta
51+
*.obj
52+
*.pch
53+
*.pdb
54+
*.pgc
55+
*.pgd
56+
*.rsp
57+
*.sbr
58+
*.tlb
59+
*.tli
60+
*.tlh
61+
*.tmp
62+
*.tmp_proj
63+
*.log
64+
*.vspscc
65+
*.vssscc
66+
.builds
67+
*.pidb
68+
*.svclog
69+
*.scc
70+
71+
# Chutzpah Test files
72+
_Chutzpah*
73+
74+
# Visual C++ cache files
75+
ipch/
76+
*.aps
77+
*.ncb
78+
*.opendb
79+
*.opensdf
80+
*.sdf
81+
*.cachefile
82+
83+
# Visual Studio profiler
84+
*.psess
85+
*.vsp
86+
*.vspx
87+
*.sap
88+
89+
# TFS 2012 Local Workspace
90+
$tf/
91+
92+
# Guidance Automation Toolkit
93+
*.gpState
94+
95+
# ReSharper is a .NET coding add-in
96+
_ReSharper*/
97+
*.[Rr]e[Ss]harper
98+
*.DotSettings.user
99+
100+
# JustCode is a .NET coding add-in
101+
.JustCode
102+
103+
# TeamCity is a build add-in
104+
_TeamCity*
105+
106+
# DotCover is a Code Coverage Tool
107+
*.dotCover
108+
109+
# NCrunch
110+
_NCrunch_*
111+
.*crunch*.local.xml
112+
nCrunchTemp_*
113+
114+
# MightyMoose
115+
*.mm.*
116+
AutoTest.Net/
117+
118+
# Web workbench (sass)
119+
.sass-cache/
120+
121+
# Installshield output folder
122+
[Ee]xpress/
123+
124+
# DocProject is a documentation generator add-in
125+
DocProject/buildhelp/
126+
DocProject/Help/*.HxT
127+
DocProject/Help/*.HxC
128+
DocProject/Help/*.hhc
129+
DocProject/Help/*.hhk
130+
DocProject/Help/*.hhp
131+
DocProject/Help/Html2
132+
DocProject/Help/html
133+
134+
# Click-Once directory
135+
publish/
136+
137+
# Publish Web Output
138+
*.[Pp]ublish.xml
139+
*.azurePubxml
140+
# TODO: Comment the next line if you want to checkin your web deploy settings
141+
# but database connection strings (with potential passwords) will be unencrypted
142+
*.pubxml
143+
*.publishproj
144+
145+
# NuGet Packages
146+
*.nupkg
147+
# The packages folder can be ignored because of Package Restore
148+
**/packages/*
149+
# except build/, which is used as an MSBuild target.
150+
!**/packages/build/
151+
# Uncomment if necessary however generally it will be regenerated when needed
152+
#!**/packages/repositories.config
153+
154+
# Windows Azure Build Output
155+
csx/
156+
*.build.csdef
157+
158+
# Windows Azure Emulator
159+
ecf/
160+
rcf/
161+
162+
# Windows Store app package directory
163+
AppPackages/
164+
BundleArtifacts/
165+
166+
# Visual Studio cache files
167+
# files ending in .cache can be ignored
168+
*.[Cc]ache
169+
# but keep track of directories ending in .cache
170+
!*.[Cc]ache/
171+
172+
# Visual Studio 2015 cache files
173+
*/.vs/**/**
174+
175+
# Others
176+
ClientBin/
177+
[Ss]tyle[Cc]op.*
178+
~$*
179+
*~
180+
*.dbmdl
181+
*.dbproj.schemaview
182+
*.pfx
183+
*.publishsettings
184+
node_modules/
185+
wwwroot/dist/
186+
wwwroot/lib/
187+
wwwroot/jspm_packages/
188+
orleans.codegen.cs
189+
190+
# RIA/Silverlight projects
191+
Generated_Code/
192+
193+
# Backup & report files from converting an old project file
194+
# to a newer Visual Studio version. Backup files are not needed,
195+
# because we have git ;-)
196+
_UpgradeReport_Files/
197+
Backup*/
198+
UpgradeLog*.XML
199+
UpgradeLog*.htm
200+
201+
# SQL Server files
202+
*.mdf
203+
*.ldf
204+
205+
# Business Intelligence projects
206+
*.rdl.data
207+
*.bim.layout
208+
*.bim_*.settings
209+
210+
# Microsoft Fakes
211+
FakesAssemblies/
212+
213+
# GhostDoc plugin setting file
214+
*.GhostDoc.xml
215+
216+
# Node.js Tools for Visual Studio
217+
.ntvs_analysis.dat
218+
219+
# Visual Studio 6 build log
220+
*.plg
221+
222+
# Visual Studio 6 workspace options file
223+
*.opt
224+
225+
# Visual Studio LightSwitch build output
226+
**/*.HTMLClient/GeneratedArtifacts
227+
**/*.DesktopClient/GeneratedArtifacts
228+
**/*.DesktopClient/ModelManifest.xml
229+
**/*.Server/GeneratedArtifacts
230+
**/*.Server/ModelManifest.xml
231+
_Pvt_Extensions
232+
233+
# Paket dependency manager
234+
.paket/paket.exe
235+
236+
# FAKE - F# Make
237+
.fake/

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/Views/Home/About.cshtml

-7
This file was deleted.

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/Views/Home/Contact.cshtml

-17
This file was deleted.

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/Views/Home/Index.cshtml

-12
This file was deleted.

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/Views/Shared/Error.cshtml

-6
This file was deleted.

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/Views/Shared/_Layout.cshtml

-43
This file was deleted.

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/Views/Shared/_LoginPartial.cshtml

-22
This file was deleted.

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/Views/Shared/_ValidationScriptsPartial.cshtml

-14
This file was deleted.

0 commit comments

Comments
 (0)