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