Remove yarn.lock file entry from .gitignore files
This commit is contained in:
parent
fa386c458b
commit
323453129d
|
|
@ -31,8 +31,6 @@ Obj/
|
||||||
/wwwroot/dist/
|
/wwwroot/dist/
|
||||||
/ClientApp/dist/
|
/ClientApp/dist/
|
||||||
|
|
||||||
/yarn.lock
|
|
||||||
|
|
||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[Bb]uild[Ll]og.*
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,6 @@ Obj/
|
||||||
.vs/
|
.vs/
|
||||||
/wwwroot/dist/
|
/wwwroot/dist/
|
||||||
|
|
||||||
/yarn.lock
|
|
||||||
|
|
||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[Bb]uild[Ll]og.*
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,6 @@ Obj/
|
||||||
.vs/
|
.vs/
|
||||||
/wwwroot/dist/
|
/wwwroot/dist/
|
||||||
|
|
||||||
/yarn.lock
|
|
||||||
|
|
||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[Bb]uild[Ll]og.*
|
||||||
|
|
|
||||||
|
|
@ -183,8 +183,6 @@ orleans.codegen.cs
|
||||||
|
|
||||||
/node_modules
|
/node_modules
|
||||||
|
|
||||||
/yarn.lock
|
|
||||||
|
|
||||||
# RIA/Silverlight projects
|
# RIA/Silverlight projects
|
||||||
Generated_Code/
|
Generated_Code/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,6 @@ Obj/
|
||||||
.vs/
|
.vs/
|
||||||
/wwwroot/dist/
|
/wwwroot/dist/
|
||||||
|
|
||||||
/yarn.lock
|
|
||||||
|
|
||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[Bb]uild[Ll]og.*
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,6 @@ Obj/
|
||||||
.vs/
|
.vs/
|
||||||
/wwwroot/dist/
|
/wwwroot/dist/
|
||||||
|
|
||||||
/yarn.lock
|
|
||||||
|
|
||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[Bb]uild[Ll]og.*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue