mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
More changes
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,16 +1,10 @@
|
|||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
.nuget/
|
|
||||||
packages/
|
packages/
|
||||||
artifacts/
|
artifacts/
|
||||||
PublishProfiles/
|
|
||||||
*.user
|
*.user
|
||||||
*.suo
|
*.suo
|
||||||
nuget.exe
|
|
||||||
*.userprefs
|
|
||||||
*DS_Store
|
|
||||||
node_modules
|
node_modules
|
||||||
*.sln.ide
|
|
||||||
project.lock.json
|
project.lock.json
|
||||||
.vs/
|
.vs/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ EndProject
|
|||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78DAC76C-1092-45AB-BF0D-594B8C7B6569}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78DAC76C-1092-45AB-BF0D-594B8C7B6569}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
global.json = global.json
|
global.json = global.json
|
||||||
NuGet.config = NuGet.config
|
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MusicStore", "samples\angular\MusicStore\MusicStore.xproj", "{1A74148F-9DC0-435D-B5AC-7D1B0D3D5E0B}"
|
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MusicStore", "samples\angular\MusicStore\MusicStore.xproj", "{1A74148F-9DC0-435D-B5AC-7D1B0D3D5E0B}"
|
||||||
|
|||||||
Reference in New Issue
Block a user