Skip to content

Commit b9c387b

Browse files
Remove obsolete references from gitignore files. Fixes aspnet#818 and aspnet#819.
1 parent 6ed6b8e commit b9c387b

File tree

11 files changed

+9
-63
lines changed

11 files changed

+9
-63
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ PublishProfiles/
1313
*.docstates
1414
_ReSharper.*
1515
nuget.exe
16-
project.lock.json
1716
*net45.csproj
1817
*net451.csproj
1918
*k10.csproj

samples/angular/MusicStore/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/node_modules/
22
/wwwroot/lib/
33
/wwwroot/ng-app/**/*.js
4-
/project.lock.json
54
/music-db.sqlite
65
/Properties/launchSettings.json
76

samples/misc/Webpack/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ TestResult.xml
4343
[Rr]eleasePS/
4444
dlldata.c
4545

46-
# DNX
47-
project.lock.json
48-
artifacts/
49-
5046
*_i.c
5147
*_p.c
5248
*_i.h

samples/react/ReactGrid/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/node_modules/
2-
project.lock.json
32
/wwwroot/dist/
43
/Properties/launchSettings.json

templates/Angular2Spa/template_gitignore

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ Obj/
2828

2929
# Visual Studio 2015 cache/options directory
3030
.vs/
31-
/wwwroot/dist/**
32-
/ClientApp/dist/**
33-
34-
# Workaround for https://github.com/aspnet/JavaScriptServices/issues/235
35-
!/wwwroot/dist/_placeholder.txt
36-
!/ClientApp/dist/_placeholder.txt
37-
31+
/wwwroot/dist/
32+
/ClientApp/dist/
3833

3934
# MSTest test Results
4035
[Tt]est[Rr]esult*/
@@ -49,10 +44,6 @@ TestResult.xml
4944
[Rr]eleasePS/
5045
dlldata.c
5146

52-
# DNX
53-
project.lock.json
54-
artifacts/
55-
5647
*_i.c
5748
*_p.c
5849
*_i.h

templates/AureliaSpa/template_gitignore

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ Obj/
2828

2929
# Visual Studio 2015 cache/options directory
3030
.vs/
31-
/wwwroot/dist/**
32-
/ClientApp/dist/**
33-
34-
# Workaround for https://github.com/aspnet/JavaScriptServices/issues/235
35-
!/wwwroot/dist/_placeholder.txt
36-
!/ClientApp/dist/_placeholder.txt
31+
/wwwroot/dist/
32+
/ClientApp/dist/
3733

3834
/yarn.lock
3935

@@ -50,10 +46,6 @@ TestResult.xml
5046
[Rr]eleasePS/
5147
dlldata.c
5248

53-
# DNX
54-
project.lock.json
55-
artifacts/
56-
5749
*_i.c
5850
*_p.c
5951
*_i.h

templates/KnockoutSpa/template_gitignore

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ Obj/
2828

2929
# Visual Studio 2015 cache/options directory
3030
.vs/
31-
/wwwroot/dist/**
32-
33-
# Workaround for https://github.com/aspnet/JavaScriptServices/issues/235
34-
!/wwwroot/dist/_placeholder.txt
31+
/wwwroot/dist/
3532

3633
/yarn.lock
3734

@@ -48,10 +45,6 @@ TestResult.xml
4845
[Rr]eleasePS/
4946
dlldata.c
5047

51-
# DNX
52-
project.lock.json
53-
artifacts/
54-
5548
*_i.c
5649
*_p.c
5750
*_i.h

templates/ReactReduxSpa/template_gitignore

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ Obj/
2828

2929
# Visual Studio 2015 cache/options directory
3030
.vs/
31-
/wwwroot/dist/**
32-
/ClientApp/dist/**
33-
34-
# Workaround for https://github.com/aspnet/JavaScriptServices/issues/235
35-
!/wwwroot/dist/_placeholder.txt
36-
!/ClientApp/dist/_placeholder.txt
31+
/wwwroot/dist/
32+
/ClientApp/dist/
3733

3834
/yarn.lock
3935

@@ -50,10 +46,6 @@ TestResult.xml
5046
[Rr]eleasePS/
5147
dlldata.c
5248

53-
# DNX
54-
project.lock.json
55-
artifacts/
56-
5749
*_i.c
5850
*_p.c
5951
*_i.h

templates/ReactSpa/template_gitignore

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ Obj/
2828

2929
# Visual Studio 2015 cache/options directory
3030
.vs/
31-
/wwwroot/dist/**
32-
33-
# Workaround for https://github.com/aspnet/JavaScriptServices/issues/235
34-
!/wwwroot/dist/_placeholder.txt
31+
/wwwroot/dist/
3532

3633
/yarn.lock
3734

@@ -48,10 +45,6 @@ TestResult.xml
4845
[Rr]eleasePS/
4946
dlldata.c
5047

51-
# DNX
52-
project.lock.json
53-
artifacts/
54-
5548
*_i.c
5649
*_p.c
5750
*_i.h

templates/VueSpa/template_gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ Obj/
2828

2929
# Visual Studio 2015 cache/options directory
3030
.vs/
31-
/wwwroot/dist/**
32-
33-
# Workaround for https://github.com/aspnet/JavaScriptServices/issues/235
34-
!/wwwroot/dist/_placeholder.txt
31+
/wwwroot/dist/
3532

3633
/yarn.lock
3734

@@ -49,7 +46,6 @@ TestResult.xml
4946
dlldata.c
5047

5148
# DNX
52-
project.lock.json
5349
artifacts/
5450

5551
*_i.c

0 commit comments

Comments
 (0)